fix ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-06-06 22:15:49 +02:00
parent 57654afc2d
commit baf19d935c
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -34,8 +34,8 @@ pipeline:
- registry_password
commands:
- echo "$REGISTRY_PASSWORD" | docker login -u "$REGISTRY_USER" --password-stdin
- docker build -t deblan/capture:${CI_PIPELINE_DEPLOY_TARGET} .
- docker push deblan/capture:${CI_PIPELINE_DEPLOY_TARGET}
- "docker build -t deblan/capture:${CI_PIPELINE_DEPLOY_TARGET} ."
- "docker push deblan/capture:${CI_PIPELINE_DEPLOY_TARGET}"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
when: