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

This commit is contained in:
akp 2025-07-31 22:10:19 +01:00
parent 3429a122a5
commit aa8bb6aaa6

View file

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