fix: try to fix the pipeline
This commit is contained in:
parent
c1992b8ae2
commit
a9d8267172
1 changed files with 11 additions and 10 deletions
|
@ -10,13 +10,14 @@ steps:
|
||||||
registry: git.schmidl.dev
|
registry: git.schmidl.dev
|
||||||
dry_run: true
|
dry_run: true
|
||||||
output: type=oci,dest=${CI_REPO_OWNER}-buildimage.tar
|
output: type=oci,dest=${CI_REPO_OWNER}-buildimage.tar
|
||||||
publish-next-agent:
|
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
# publish-next-agent:
|
||||||
secrets: [docker_username, docker_password]
|
# image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
# secrets: [docker_username, docker_password]
|
||||||
repo: git.schmidl.dev/${CI-REPO_OWNER}/buildimage
|
# settings:
|
||||||
dockerfile: dockerfile
|
# repo: git.schmidl.dev/${CI-REPO_OWNER}/buildimage
|
||||||
platforms: linux/amd64,linux/arm64/v8
|
# dockerfile: dockerfile
|
||||||
when:
|
# platforms: linux/amd64,linux/arm64/v8
|
||||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
# when:
|
||||||
event: push
|
# branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
|
# event: push
|
||||||
|
|
Loading…
Reference in a new issue