disseminate/.woodpecker.yaml
hexlocation's laptop (asiago) 1b8b6dcd82 woodpecker ci
2024-03-31 05:56:18 -04:00

16 lines
400 B
YAML

when:
branch: ['dev', 'stable']
event: push
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
repo: hexlocation/disseminate
platforms: linux/amd64
dockerfile: Dockerfile
tags: latest
auto_tag: true
username: ${docker_username}
password:
from_secret: docker_password