From b0cd88beb72b3069f0c0b0ef8f53728bcc73d67b Mon Sep 17 00:00:00 2001 From: Michael Krolikowski Date: Sun, 21 Apr 2024 22:26:11 +0200 Subject: [PATCH] attempt to fix docker builds --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a02f9b9..31575da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: container: name: Container Images (${{ matrix.arch }}) needs: build - if: startsWith(github.ref, 'refs/tags/') + # if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest strategy: matrix: @@ -129,11 +129,12 @@ jobs: platforms: ${{ matrix.arch }} push: true tags: ${{ steps.docker-meta.outputs.tags }} + provenance: false container_manifest: name: Container Manifest needs: container - if: startsWith(github.ref, 'refs/tags/') + # if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest steps: - name: Checkout @@ -152,6 +153,7 @@ jobs: flavor: | latest=false - name: Create and push tag manifest + if: startsWith(github.ref, 'refs/tags/') run: | docker buildx imagetools create \ -t ${{ steps.docker-meta.outputs.tags }} \