.woodpecker/10-build-latest.yml aktualisiert
This commit is contained in:
parent
345c6a1d4e
commit
9e5d80b103
1 changed files with 3 additions and 3 deletions
|
@ -6,15 +6,15 @@ steps:
|
||||||
- go build -ldflags="-X main.CommitSHA=${CI_COMMIT_SHORT_SHA}" -o linux-amd64 .
|
- go build -ldflags="-X main.CommitSHA=${CI_COMMIT_SHORT_SHA}" -o linux-amd64 .
|
||||||
when:
|
when:
|
||||||
- event: [push, cron]
|
- event: [push, cron]
|
||||||
branch: [main, develop]
|
branch: main
|
||||||
|
|
||||||
- name: build-and-push-docker
|
- name: build-and-push-docker-dev
|
||||||
image: woodpeckerci/plugin-docker-buildx:5.2.2
|
image: woodpeckerci/plugin-docker-buildx:5.2.2
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8
|
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8
|
||||||
repo: git.hackmi.ch/phil/goshorly
|
repo: git.hackmi.ch/phil/goshorly
|
||||||
registry: git.hackmi.ch
|
registry: git.hackmi.ch
|
||||||
tags: latest
|
tags: dev
|
||||||
username:
|
username:
|
||||||
from_secret: reg-user
|
from_secret: reg-user
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Add table
Reference in a new issue