hmm
This commit is contained in:
parent
573954631b
commit
fd8084dbe8
1 changed files with 7 additions and 5 deletions
|
@ -7,11 +7,13 @@ steps:
|
|||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [ git_pat ]
|
||||
settings:
|
||||
repo: disseminate
|
||||
repo: hexlocation/disseminate
|
||||
platforms: linux/amd64
|
||||
dockerfile: Dockerfile
|
||||
tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"]
|
||||
username: hexlocation
|
||||
registry: https://git.clatter.cc
|
||||
password:
|
||||
from_secret: git_pat
|
||||
registry: git.clatter.cc
|
||||
password: ${git_pat}
|
||||
steps:
|
||||
- ls
|
||||
- pwd
|
||||
|
|
Loading…
Reference in a new issue