disseminate/.woodpecker.yaml
hexlocation's laptop (asiago) 28fa942040 yes
2024-04-04 08:32:45 +02:00

16 lines
456 B
YAML

when:
branch: ['dev', 'stable']
event: push
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
secrets: [git_username, git_pat, git_url]
settings:
repo: hexlocation/disseminate
platforms: linux/amd64
dockerfile: Dockerfile
tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"]
username: ${git_username}
registry: ${git_url}
password:
from_secret: git_pat