fix: try to fix the pipeline

This commit is contained in:
Tobias Schmidl 2023-09-13 17:35:00 +02:00
parent c1992b8ae2
commit c640b2fb7d

View file

@ -2,6 +2,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
steps:
docker-build:
image: woodpeckerci/plugin-docker-buildx
@ -10,6 +11,7 @@ steps:
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]
@ -20,3 +22,4 @@ steps:
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
event: push
...