Add CI-Pipeline for docker #1

Merged
Nikurasu merged 14 commits from add-ci into main 2023-04-05 20:06:14 +01:00
Showing only changes of commit 3b270a56f2 - Show all commits

View file

@ -7,6 +7,6 @@ pipeline:
- docker login -u ${USER} -p ${PASS} dev.cat-enby.club
- docker buildx build --build-arg HOMETOWN_VERSION=$HOMETOWN_VERSION -t dev.cat.enby.club/nikurasu/hometown:latest -t dev.cat-enby.club/nikurasu/hometown:$HOMETOWN_VERSION -f ./Dockerfile .
- docker push dev.cat-enby.club/nikurasu/hometown:$HOMETOWN_VERSION
- docker push dev.cat-enby.club/nikurasu/hometown:latest
when:
branch: main
# - docker push dev.cat-enby.club/nikurasu/hometown:latest
#when:
#branch: main