From dea069346587285c5f245266d649e45f07287062 Mon Sep 17 00:00:00 2001 From: Andrej Petras Date: Wed, 5 Jun 2024 18:31:56 +0200 Subject: [PATCH] feat: fix pipe (#3) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d547ae3..a860a93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,6 @@ jobs: docker: uses: onecx/ci-common/.github/workflows/docker-build.yml@v1 secrets: inherit - needs: docker with: platform: 'linux/amd64,linux/arm64' buildx: true @@ -21,6 +20,7 @@ jobs: helm: uses: onecx/ci-common/.github/workflows/helm-build.yml@v1 secrets: inherit + needs: docker with: push: true artifact: ''