initial, 2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-06-20 13:33:40 +02:00
parent 7c1ac1ddfa
commit 8e9aafd513

View File

@ -28,6 +28,17 @@ steps:
- event: [ push, tag ]
build:
image: golang:1.24.4-alpine3.22
commands:
- GOPATH=/woodpecker/go
- cd src/sbom-dd-dt
- go mod tidy
- go build -a -installsuffix nocgo -o sbom-dd-dt main.go
- cp sbom-dd-dt ../..
when:
- event: [push, tag]
dockerize:
image: plugins/kaniko
settings:
repo: ${FORGE_NAME}/${CI_REPO}
@ -42,7 +53,7 @@ steps:
when:
- event: [ push, tag ]
build-for-quay:
dockerize-for-quay:
image: plugins/kaniko
settings:
repo: quay.io/wollud1969/${CI_REPO_NAME}