Third try
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nikurasu 2023-04-05 20:15:24 +02:00
parent afe5409d2c
commit 98dfe5b372
No known key found for this signature in database

View file

@ -4,7 +4,7 @@ pipeline:
image: docker.io/docker:23-cli
commands:
- HOMETOWN_VERSION=$(curl -sX GET "https://api.github.com/repos/hometown-fork/hometown/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]')
- docker login -u ${USER} -p ${PASS} dev.cat-enby.club
- 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