chore: ci change to gitea
This commit is contained in:
parent
16aee23194
commit
1659fdaef8
1 changed files with 3 additions and 3 deletions
|
|
@ -10,11 +10,11 @@ steps:
|
|||
- name: build-docker-image
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: kekskurse/miniauth
|
||||
repo: git.keks.cloud/${CI_REPO_OWNER}/miniauth
|
||||
dockerfile: Dockerfile
|
||||
#platforms: linux/amd64,linux/arm64,linux/arm64/v8
|
||||
tag: ${CI_COMMIT_SHA}
|
||||
username:
|
||||
from_secret: docker_username
|
||||
registry: git.keks.cloud
|
||||
username: ${CI_REPO_OWNER}
|
||||
password:
|
||||
from_secret: docker_password
|
||||
|
|
|
|||
Reference in a new issue