1
0
Fork 0
forked from gorb/backend

ci: remove non-existent secret
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed

This commit is contained in:
Radical 2025-06-01 19:38:59 +02:00
parent 315a8b9954
commit d3ae5dc91f

View file

@ -17,8 +17,5 @@ steps:
image: docker image: docker
commands: commands:
- docker buildx build --platform linux/amd64,linux/arm64 --rm -t gorb/backend:main . - docker buildx build --platform linux/amd64,linux/arm64 --rm -t gorb/backend:main .
environment:
PASSWORD:
from_secret: docker_password
volumes: volumes:
- /var/run/podman/podman.sock:/var/run/docker.sock - /var/run/podman/podman.sock:/var/run/docker.sock