more tries
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-05-29 23:23:19 +02:00
parent 3232cd985c
commit e9b13d317a
5 changed files with 24 additions and 9 deletions
+10 -7
View File
@@ -4,12 +4,15 @@ when:
steps:
- name: build
image: debian
image: golang:1.24
commands:
- echo "This is the build step"
- echo "binary-data-123-456" > executable
- name: a-test-step
image: golang:1.16
- mkdir -p tmp
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./tmp/learndrone ./main.go
- name: docker-build
image: docker:26.0.0
commands:
- echo "Testing ..."
- ./executable
- docker build -t learndrone:latest .
# - name: deploy
# image: docker:26.0.0
# commands:
# - docker-compose up -d