diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 44a0172..93863fe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -364,7 +364,7 @@ jobs: # cache or the image itself # We only build for the amd64 platform in pull-requests to speed-up CI - name: Build - uses: docker/bake-action@v2 + uses: docker/bake-action@v3 if: github.event_name == 'pull_request' with: files: | @@ -377,7 +377,7 @@ jobs: base.cache-from=type=registry,ref=${{ env.IMAGE }}:buildcache - name: Build and push - uses: docker/bake-action@v2 + uses: docker/bake-action@v3 if: github.event_name != 'pull_request' id: bake with: