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