diff --git a/.github/workflows/update-latest-image.yml b/.github/workflows/update-latest-image.yml index 90ac4ab..19f5bf2 100644 --- a/.github/workflows/update-latest-image.yml +++ b/.github/workflows/update-latest-image.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/update-release-image.yml b/.github/workflows/update-release-image.yml index 80a06df..4dbce07 100644 --- a/.github/workflows/update-release-image.yml +++ b/.github/workflows/update-release-image.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -82,7 +82,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -116,7 +116,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry # v2.2.0 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ghcr.io username: ${{ github.repository_owner }}