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