diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 031889c..ed35037 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - name: Build and Push id: build_and_push - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 with: push: true tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }}