yes
This commit is contained in:
parent
85b0c595c8
commit
28fa942040
1 changed files with 4 additions and 3 deletions
|
@ -4,12 +4,13 @@ when:
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
secrets: [docker_username, docker_password]
|
secrets: [git_username, git_pat, git_url]
|
||||||
settings:
|
settings:
|
||||||
repo: hexlocation/disseminate
|
repo: hexlocation/disseminate
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"]
|
tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"]
|
||||||
username: ${docker_username}
|
username: ${git_username}
|
||||||
|
registry: ${git_url}
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: git_pat
|
||||||
|
|
Loading…
Reference in a new issue