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