This commit is contained in:
Simon Vieille 2023-06-06 22:11:38 +02:00
commit 3d9aeaf2d3
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:${TAG} .
- docker push deblan/capture:${TAG}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
when: