It was correct but I didn't tagged
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Nikurasu 2023-03-17 12:23:08 +01:00
parent d5521b98c2
commit dbe3fcd48c
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