diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed14615e5..423320b9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: - name: "Docker Build Release" if: startsWith(github.ref, 'refs/heads/v') || github.ref == 'refs/heads/main' && github.event_name == 'push' - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 with: context: ./ file: ./Dockerfile