It was correct but I didn't tagged
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
This commit is contained in:
parent
d5521b98c2
commit
dbe3fcd48c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue