updatw woodpecker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Pedro Pérez 2025-05-30 00:47:38 +02:00
parent b0037ae1de
commit 95d0c6a1fb

View File

@ -1,22 +1,3 @@
# when:
# - event: push
# branch: main
# steps:
# - name: build
# image: golang:1.24
# commands:
# - mkdir -p ./tmp
# - CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./tmp/learndrone ./main.go
# - name: docker-build
# image: docker:23
# commands:
# - docker build -t learndrone:latest ./tmp
# # - name: deploy
# # image: docker:26.0.0
# # commands:
# # - docker-compose up -d
when:
- event: push
branch: main
@ -32,12 +13,6 @@ steps:
- mkdir -p ./tmp
- go get
- go build -o ./tmp/learndrone ./main.go
# dryrun-docker:
# image: plugins/kaniko
# settings:
# dockerfile: Dockerfile
# context: .
# no_push: true
docker-build:
image: docker:23
volumes: