Update buildAndPublish.yml
All checks were successful
ci/woodpecker/push/buildAndPublish Pipeline was successful
All checks were successful
ci/woodpecker/push/buildAndPublish Pipeline was successful
This commit is contained in:
parent
c7a8260eca
commit
2282a13e19
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
when:
|
when:
|
||||||
branch: build
|
- branch: build
|
||||||
event: manual
|
- event: manual
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build and publish
|
- name: Build and publish
|
||||||
|
@ -11,4 +11,8 @@ steps:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- "${CI_COMMIT_SHORT_SHA#'v'}"
|
- "${CI_COMMIT_SHORT_SHA#'v'}"
|
||||||
|
username:
|
||||||
|
from_secret: GHCR_USER
|
||||||
|
password:
|
||||||
|
from_secret: GHCR_TOKEN
|
Loading…
Add table
Add a link
Reference in a new issue