diff --git a/.github/workflows/publish-github.yaml b/.github/workflows/publish-github.yaml index 082a9ad..82d51d4 100644 --- a/.github/workflows/publish-github.yaml +++ b/.github/workflows/publish-github.yaml @@ -62,7 +62,7 @@ jobs: with: images: ${{ env.IMAGE }} tags: ${{ inputs.image-tags }} - - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 + - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 id: build with: file: ${{ inputs.build-file }}