This commit is contained in:
parent
5db86ca285
commit
1e2613b617
@ -15,8 +15,19 @@ steps:
|
|||||||
from_secret: registry-username
|
from_secret: registry-username
|
||||||
PASSWORD:
|
PASSWORD:
|
||||||
from_secret: registry-password
|
from_secret: registry-password
|
||||||
|
# - name: build
|
||||||
|
# image: woodpeckerci/plugin-docker-buildx:5.2.2
|
||||||
|
# settings:
|
||||||
|
# registry: gitea.cazzzer.com
|
||||||
|
# repo: gitea.cazzzer.com/${CI_REPO}
|
||||||
|
# tags: ci
|
||||||
|
# username:
|
||||||
|
# from_secret: registry-username
|
||||||
|
# password:
|
||||||
|
# from_secret: registry-password
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: woodpeckerci/plugin-docker-buildx:5.2.2
|
image: woodpeckerci/plugin-kaniko
|
||||||
settings:
|
settings:
|
||||||
registry: gitea.cazzzer.com
|
registry: gitea.cazzzer.com
|
||||||
repo: gitea.cazzzer.com/${CI_REPO}
|
repo: gitea.cazzzer.com/${CI_REPO}
|
||||||
@ -25,20 +36,8 @@ steps:
|
|||||||
from_secret: registry-username
|
from_secret: registry-username
|
||||||
password:
|
password:
|
||||||
from_secret: registry-password
|
from_secret: registry-password
|
||||||
|
# replace '/' with '_' in branch name
|
||||||
|
# remove 'feature/' prefix in branch name
|
||||||
# - name: build
|
# tags: ${CI_COMMIT_BRANCH##feature/}
|
||||||
# image: woodpeckerci/plugin-kaniko
|
# auto_tag: true
|
||||||
# settings:
|
# cache: true
|
||||||
# registry: gitea.cazzzer.com
|
|
||||||
# username:
|
|
||||||
# from_secret: registry-username
|
|
||||||
# password:
|
|
||||||
# from_secret: registry-password
|
|
||||||
# repo: gitea.cazzzer.com/${CI_REPO}
|
|
||||||
# # replace '/' with '_' in branch name
|
|
||||||
# # remove 'feature/' prefix in branch name
|
|
||||||
# # tags: ${CI_COMMIT_BRANCH##feature/}
|
|
||||||
# # auto_tag: true
|
|
||||||
# tags: ci
|
|
||||||
# # cache: true
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user