All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
17 lines
429 B
YAML
17 lines
429 B
YAML
when:
|
|
branch: ["main"]
|
|
event: ["push", "manual"]
|
|
steps:
|
|
- name: build
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
repo: git.iwakura.rip/iwakura/blog
|
|
platforms: linux/amd64
|
|
dockerfile: Dockerfile
|
|
tags:
|
|
["${CI_COMMIT_BRANCH}-latest", "${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"]
|
|
username: hex
|
|
registry:
|
|
git.iwakura.rip
|
|
password:
|
|
from_secret: gitpat
|