Shitty variables
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Nikurasu 2023-03-17 12:21:00 +01:00
parent e0e21004fb
commit d5521b98c2
Signed by: Nikurasu
SSH key fingerprint: SHA256:Iw2UoxkrPR8iAXYVMPJIws3eX8ZyNrNr4y2HlJkZTpY

View file

@ -8,7 +8,7 @@ pipeline:
image: docker:23-cli
privileged: true
commands:
- docker buildx build --no-cache -t dev.cat-enby.club/nikurasu/static-hoster:latest -t dev.cat-enby.club/nikurasu/static-hoster:v$CI_COMMIT_TAG -f dev/docker/images/production/Dockerfile .
- docker buildx build --no-cache -t dev.cat-enby.club/nikurasu/static-hoster:latest -t dev.cat-enby.club/nikurasu/static-hoster:v$${CI_COMMIT_TAG} -f dev/docker/images/production/Dockerfile .
volumes:
- /var/run/docker.sock:/var/run/docker.sock