gw/.woodpecker.yaml
hexlocation 5f54220113
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
test ci!
2024-12-26 13:26:45 +01:00

18 lines
447 B
YAML

when:
branch: ["main"]
event: ["push", "manual"]
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.iwakura.rip/hex/gw
platforms: linux/amd64
dockerfile: Dockerfile
tags:
["${CI_COMMIT_BRANCH}-latest", "${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"]
username: hex
registry:
git.iwakura.rip
#insecure: true
password:
from_secret: gitpat