.woodpecker/build-latest.yml aktualisiert
This commit is contained in:
parent
c185deebf5
commit
819bb65539
1 changed files with 23 additions and 0 deletions
|
@ -5,6 +5,29 @@ steps:
|
||||||
- go get -v -d ./...
|
- go get -v -d ./...
|
||||||
- go build -a -installsuffix cgo -o linux-amd64 .
|
- go build -a -installsuffix cgo -o linux-amd64 .
|
||||||
|
|
||||||
|
- name: build-docker-latest-lin/amd64
|
||||||
|
image: woodpeckerci/plugin-docker-buildx:3
|
||||||
|
environment:
|
||||||
|
- DOCKER_HOST=tcp://docker:2376
|
||||||
|
settings:
|
||||||
|
platforms: linux/amd64
|
||||||
|
repo: git.hackmi.ch/Phil/goshorly
|
||||||
|
registry: git.hackmi.ch
|
||||||
|
tags: latest
|
||||||
|
username:
|
||||||
|
from_secret: reg-user
|
||||||
|
password:
|
||||||
|
from_secret: reg-pass
|
||||||
|
build_args:
|
||||||
|
- CI_COMMIT_BRANCH=${CI_COMMIT_BRANCH}
|
||||||
|
- CI_COMMIT_SHORT_SHA=${CI_COMMIT_SHA:0:8}
|
||||||
|
depends_on:
|
||||||
|
- build-binary-UT-lin/amd64
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
|
- event: [tag, deployment, release, cron]
|
||||||
|
|
||||||
services:
|
services:
|
||||||
docker:
|
docker:
|
||||||
image: docker:24-dind
|
image: docker:24-dind
|
||||||
|
|
Loading…
Add table
Reference in a new issue