diff --git a/.github/workflows/release_image.yml b/.github/workflows/release_image.yml index 0c617f2..13b8662 100644 --- a/.github/workflows/release_image.yml +++ b/.github/workflows/release_image.yml @@ -46,7 +46,7 @@ jobs: - name: Log into ghcr registry if: github.event_name != 'pull_request' - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ghcr.io username: ${{ github.actor }}