disseminate/.woodpecker.yaml
hex b38e85e5a5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: iwakura theme + user assets
2024-08-14 01:56:51 +02:00

18 lines
479 B
YAML

# yes
when:
branch: ['dev', 'stable']
event: ["push", "manual"]
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
secrets: [ gitpat ]
settings:
repo: git.iwakura.rip/hex/disseminate
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