diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 2d43c26..0682e21 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -37,7 +37,7 @@ jobs: - name: Login to GHCR if: github.event_name != 'pull_request' - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -82,7 +82,7 @@ jobs: merge-multiple: true - name: Login to GHCR - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 with: registry: ghcr.io username: ${{ github.repository_owner }}