diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index 2896ba8..58aa1b2 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 + uses: docker/login-action@5d8785b43a795ee002a17dbf1a2235dc1997224b with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}