diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bef9061..84f5077 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -113,9 +113,10 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build artifacts - uses: docker/bake-action@v2 + uses: docker/bake-action@v4 with: targets: artifact + provenance: false - name: Move artifacts run: | @@ -129,7 +130,7 @@ jobs: if-no-files-found: error - name: Build images - uses: docker/bake-action@v2 + uses: docker/bake-action@v4 with: push: ${{ github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/') }} targets: image