This commit is contained in:
Simon Vieille 2023-06-06 22:15:29 +02:00
parent c5392885bd
commit 57654afc2d
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:${TAG} ."
- "docker push deblan/capture:${TAG}"
- 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: