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

This commit is contained in:
akp 2025-07-31 21:56:57 +01:00
parent c7a8260eca
commit 2282a13e19

View file

@ -1,6 +1,6 @@
when:
branch: build
event: manual
- branch: build
- event: manual
steps:
- name: Build and publish
@ -12,3 +12,7 @@ steps:
tags:
- latest
- "${CI_COMMIT_SHORT_SHA#'v'}"
username:
from_secret: GHCR_USER
password:
from_secret: GHCR_TOKEN