automated publishing

This commit is contained in:
hexlocation's laptop (asiago) 2024-03-31 05:41:05 -04:00
parent 578d7e623c
commit 64b1eb795c

View file

@ -4,8 +4,13 @@ when:
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
repo: hexlocation/disseminate
platforms: linux/amd64
dockerfile: Dockerfile
tag: latest
build_args: "UID=1000 --build-arg GID=1000"
username: ${docker_username}
password:
from_secret: docker_password