Typo
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nikurasu 2023-04-05 21:19:26 +02:00
parent 4bf197a14f
commit 267a948913
No known key found for this signature in database

View file

@ -8,7 +8,7 @@ pipeline:
- HOMETOWN_VERSION=$(curl -sX GET "https://api.github.com/repos/hometown-fork/hometown/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]')
- DOCKER_TAG=$${HOMETOWN_VERSION//+}
- docker buildx build --build-arg HOMETOWN_VERSION=$HOMETOWN_VERSION -t dev.cat-enby.club/nikurasu/hometown:$DOCKER_TAG -f ./Dockerfile .
- docker buildx build --build-arg HOMETOWN_VERSION=$HOMETOWN_VERSION -t dev.cat.enby.club/nikurasu/hometown:latest-f ./Dockerfile .
- docker buildx build --build-arg HOMETOWN_VERSION=$HOMETOWN_VERSION -t dev.cat.enby.club/nikurasu/hometown:latest -f ./Dockerfile .
- docker push dev.cat-enby.club/nikurasu/hometown:$DOCKER_TAG
- docker push dev.cat-enby.club/nikurasu/hometown:latest
volumes: