fix ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-06-06 22:12:59 +02:00
parent 3d9aeaf2d3
commit c5392885bd
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: