From fbc49e30a3a56ff1533c8dbe94b831b078fbd979 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Wed, 13 Sep 2023 17:35:00 +0200 Subject: [PATCH] fix: try to fix the pipeline --- .woodpecker.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7c40070..71d790c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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