diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 1c66960..a5095fa 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -36,7 +36,7 @@ jobs: password: ${{secrets.PAT_TOKEN}} - name: Build and push - uses: docker/bake-action@v3.0.1 + uses: docker/bake-action@v3.1.0 with: files: build/docker-bake.hcl push: true