2024-03-31 10:17:54 +02:00
|
|
|
when:
|
2024-03-31 11:30:55 +02:00
|
|
|
branch: dev
|
2024-03-31 10:17:54 +02:00
|
|
|
event: push
|
2024-03-31 09:52:19 +02:00
|
|
|
steps:
|
2024-03-31 09:51:15 +02:00
|
|
|
- name: build
|
2024-03-31 11:34:48 +02:00
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
2024-03-31 11:41:05 +02:00
|
|
|
secrets: [docker_username, docker_password]
|
2024-03-31 09:51:15 +02:00
|
|
|
settings:
|
2024-03-31 11:41:05 +02:00
|
|
|
repo: hexlocation/disseminate
|
2024-03-31 09:51:15 +02:00
|
|
|
platforms: linux/amd64
|
|
|
|
dockerfile: Dockerfile
|
2024-03-31 10:17:54 +02:00
|
|
|
tag: latest
|
2024-03-31 11:36:03 +02:00
|
|
|
build_args: "UID=1000 --build-arg GID=1000"
|
2024-03-31 11:41:05 +02:00
|
|
|
username: ${docker_username}
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|