diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 040b52b..3e4e0e0 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb + uses: docker/login-action@db779458846adfddbc884a8e8b86376e277d24b2 with: registry: ghcr.io username: ${{ github.actor }}