disseminate/.woodpecker.yaml
hexlocation's laptop (asiago) fd8084dbe8 hmm
2024-04-04 08:52:04 +02:00

19 lines
457 B
YAML

# yes
when:
branch: ['dev', 'stable']
event: push
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
secrets: [ git_pat ]
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
password: ${git_pat}
steps:
- ls
- pwd