when: - branch: build - event: manual steps: - 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'}" username: from_secret: GHCR_USER password: from_secret: GHCR_TOKEN