bad ci
This commit is contained in:
parent
b55598112f
commit
7934250fc4
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@ when:
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
secrets: [git_username, git_pat, git_url]
|
secrets: [git_pat]
|
||||||
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: ${git_username}
|
username: hexlocation
|
||||||
registry: ${git_url}
|
registry: git.clatter.cc
|
||||||
password:
|
password:
|
||||||
from_secret: git_pat
|
from_secret: git_pat
|
||||||
|
|
Loading…
Reference in a new issue