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:
|
when:
|
||||||
- branch: build
|
- event: push
|
||||||
|
branch: build
|
||||||
- event: manual
|
- event: manual
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -9,9 +10,7 @@ steps:
|
||||||
repo: ghcr.io/codemicro/website
|
repo: ghcr.io/codemicro/website
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tags:
|
tags: latest,${CI_COMMIT_SHORT_SHA#'v'}
|
||||||
- latest
|
|
||||||
- "${CI_COMMIT_SHORT_SHA#'v'}"
|
|
||||||
username:
|
username:
|
||||||
from_secret: GHCR_USER
|
from_secret: GHCR_USER
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue