From aa8bb6aaa6e1a23e50a07555e6f364b3f54d9edf Mon Sep 17 00:00:00 2001 From: Abigail Pain Date: Thu, 31 Jul 2025 22:10:19 +0100 Subject: [PATCH] Update buildAndPublish.yml --- .woodpecker/buildAndPublish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.woodpecker/buildAndPublish.yml b/.woodpecker/buildAndPublish.yml index 5553f52..47c9f9f 100644 --- a/.woodpecker/buildAndPublish.yml +++ b/.woodpecker/buildAndPublish.yml @@ -7,14 +7,16 @@ steps: - name: test tags image: alpine commands: - - echo "latest,${CI_COMMIT_SHA:0:8}" + - echo "latest,${CI_COMMIT_SHA:0:7}" - 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_SHA:0:8} + tags: + - latest + - ${CI_COMMIT_SHA:0:7} username: from_secret: GHCR_USER password: