From 3429a122a5773bd3d8fa93d01a03145e4c6a4b1d Mon Sep 17 00:00:00 2001 From: Abigail Pain Date: Thu, 31 Jul 2025 22:08:28 +0100 Subject: [PATCH] Update buildAndPublish.yml --- .woodpecker/buildAndPublish.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.woodpecker/buildAndPublish.yml b/.woodpecker/buildAndPublish.yml index 28bc1f8..5553f52 100644 --- a/.woodpecker/buildAndPublish.yml +++ b/.woodpecker/buildAndPublish.yml @@ -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: