add curl to pipeline
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Paul J Stevens 2023-10-29 11:07:39 +01:00
parent c4f5dd56f4
commit 5afe7731b5
1 changed files with 9 additions and 4 deletions

View File

@ -2,10 +2,15 @@
steps:
build:
image: ubuntu:latest
commands:
- apt-get update && apt-get install -y make docker.io
- make build
- make push
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- apt-get update && apt-get install -y make docker.io curl
- make build
push:
image: ubuntu:latest
commands:
- make push
secrets: [ registry_password ]
when:
- event: tag