Update buildAndPublish.yml
All checks were successful
ci/woodpecker/push/buildAndPublish Pipeline was successful

This commit is contained in:
akp 2025-07-31 22:01:35 +01:00
parent 2282a13e19
commit 7893747d66

View file

@ -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: