Compare commits
1 commit
1c4dcb10eb
...
281c9d8412
Author | SHA1 | Date | |
---|---|---|---|
281c9d8412 |
1 changed files with 17 additions and 17 deletions
|
@ -16,23 +16,23 @@ steps:
|
||||||
- 'latest'
|
- 'latest'
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
|
|
||||||
# build-branch:
|
build-branch:
|
||||||
# when:
|
when:
|
||||||
# - event: push
|
- event: push
|
||||||
# branch:
|
branch:
|
||||||
# exclude: ['main']
|
exclude: ['main']
|
||||||
# image: woodpeckerci/plugin-docker-buildx:4.0.0@sha256:9d24b71c37d7a958d79252e608c4d1a04b02f2e74d4e26003b43e0830038bde0
|
image: woodpeckerci/plugin-docker-buildx:4.0.0@sha256:9d24b71c37d7a958d79252e608c4d1a04b02f2e74d4e26003b43e0830038bde0
|
||||||
# pull: true
|
pull: true
|
||||||
# settings:
|
settings:
|
||||||
# platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
# registry: ${CI_FORGE_URL}
|
registry: ${CI_FORGE_URL}
|
||||||
# username: WoodpeckerCI
|
username: WoodpeckerCI
|
||||||
# password:
|
password:
|
||||||
# from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
# repo: git.verdigado.com/${CI_REPO,,}
|
repo: git.verdigado.com/${CI_REPO,,}
|
||||||
# tags:
|
tags:
|
||||||
# - ${CI_COMMIT_BRANCH}
|
- ${CI_COMMIT_BRANCH}
|
||||||
# - ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
|
|
||||||
sleep:
|
sleep:
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Add table
Reference in a new issue