maybe mab eme
This commit is contained in:
parent
cf182aff29
commit
54a4b32e7a
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ when:
|
|||
steps:
|
||||
- name: build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [ git_pat ]
|
||||
secrets: [ gitpat ]
|
||||
settings:
|
||||
repo: hexlocation/disseminate
|
||||
platforms: linux/amd64
|
||||
|
@ -13,4 +13,4 @@ steps:
|
|||
tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"]
|
||||
username: hexlocation
|
||||
registry: git.clatter.cc
|
||||
password: $${git_pat}
|
||||
password: $${gitpat}
|
||||
|
|
Loading…
Reference in a new issue