Update buildAndPublish.yml
Some checks failed
ci/woodpecker/push/buildAndPublish Pipeline failed

This commit is contained in:
akp 2025-07-31 22:08:28 +01:00
parent 7893747d66
commit 3429a122a5

View file

@ -4,13 +4,17 @@ when:
- event: manual
steps:
- name: test tags
image: alpine
commands:
- echo "latest,${CI_COMMIT_SHA:0:8}"
- name: Build and publish
image: woodpeckerci/plugin-docker-buildx
settings:
repo: ghcr.io/codemicro/website
registry: ghcr.io
platforms: linux/amd64
tags: latest,${CI_COMMIT_SHORT_SHA#'v'}
tags: latest,${CI_COMMIT_SHA:0:8}
username:
from_secret: GHCR_USER
password: