disseminate/.woodpecker.yaml
hexlocation's laptop (asiago) 61e7f0a805 maybe
2024-04-04 09:04:18 +02:00

18 lines
480 B
YAML

# yes
when:
branch: ['dev', 'stable']
event: ["push", "manual"]
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
secrets: [ gitpat ]
settings:
repo: hexlocation/disseminate
platforms: linux/amd64
dockerfile: Dockerfile
tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"]
username: hexlocation
registry: git.clatter.cc:6970
insecure: true
password:
from_secret: gitpat