automated publishing
This commit is contained in:
parent
578d7e623c
commit
64b1eb795c
1 changed files with 5 additions and 0 deletions
|
@ -4,8 +4,13 @@ when:
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
secrets: [docker_username, docker_password]
|
||||||
settings:
|
settings:
|
||||||
|
repo: hexlocation/disseminate
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
tag: latest
|
tag: latest
|
||||||
build_args: "UID=1000 --build-arg GID=1000"
|
build_args: "UID=1000 --build-arg GID=1000"
|
||||||
|
username: ${docker_username}
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
|
Loading…
Reference in a new issue