Update pipeline syntax!
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Alessio Davoli 2023-09-25 11:48:21 +02:00
parent 97e967b5b7
commit 545fc85991

View file

@ -1,6 +1,6 @@
pipeline:
steps:
build_and_deploy:
image: alpine:3.14
image: alpine:3
secrets: [docker_password, docker_username, runner_private_key]
commands:
- apk add --no-cache openssh docker docker-compose jq
@ -23,4 +23,5 @@ pipeline:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
branches: main
when:
branch: main