website/.woodpecker/buildAndPublish.yml
Abigail Pain 3429a122a5
Some checks failed
ci/woodpecker/push/buildAndPublish Pipeline failed
Update buildAndPublish.yml
2025-07-31 22:08:28 +01:00

21 lines
No EOL
473 B
YAML

when:
- event: push
branch: build
- 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_SHA:0:8}
username:
from_secret: GHCR_USER
password:
from_secret: GHCR_TOKEN