fix: try to fix the pipeline
This commit is contained in:
parent
c1992b8ae2
commit
bce29a8547
1 changed files with 12 additions and 10 deletions
|
@ -2,6 +2,7 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
|
# .woodpecker.yml
|
||||||
steps:
|
steps:
|
||||||
docker-build:
|
docker-build:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
@ -10,13 +11,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