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
2282a13e19
commit
7893747d66
1 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
when:
|
||||
- branch: build
|
||||
- event: push
|
||||
branch: build
|
||||
- event: manual
|
||||
|
||||
steps:
|
||||
|
@ -9,9 +10,7 @@ steps:
|
|||
repo: ghcr.io/codemicro/website
|
||||
registry: ghcr.io
|
||||
platforms: linux/amd64
|
||||
tags:
|
||||
- latest
|
||||
- "${CI_COMMIT_SHORT_SHA#'v'}"
|
||||
tags: latest,${CI_COMMIT_SHORT_SHA#'v'}
|
||||
username:
|
||||
from_secret: GHCR_USER
|
||||
password:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue