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:
|
||||
- name: build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [docker_username, docker_password]
|
||||
secrets: [git_username, git_pat, git_url]
|
||||
settings:
|
||||
repo: hexlocation/disseminate
|
||||
platforms: linux/amd64
|
||||
dockerfile: Dockerfile
|
||||
tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"]
|
||||
username: ${docker_username}
|
||||
username: ${git_username}
|
||||
registry: ${git_url}
|
||||
password:
|
||||
from_secret: docker_password
|
||||
from_secret: git_pat
|
||||
|
|
Loading…
Reference in a new issue