update pipeline
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Paul J Stevens 2023-10-29 11:21:51 +01:00
parent 4cf20803d5
commit 6430d351c3
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,8 @@
steps:
build:
image: ubuntu:latest
environment:
- DEBIAN_FRONTEND=noninteractive
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
@ -9,7 +11,12 @@ steps:
- make build
push:
image: ubuntu:latest
environment:
- DEBIAN_FRONTEND=noninteractive
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- apt-get update && apt-get install -y make docker-buildx
- make push
secrets: [ registry_password ]
when: