diff --git a/.github/workflows/publish-images.yml b/.github/workflows/publish-images.yml index 9536bf4e..73f50ade 100644 --- a/.github/workflows/publish-images.yml +++ b/.github/workflows/publish-images.yml @@ -48,7 +48,7 @@ jobs: id: version - name: Log in to the Container registry - uses: docker/login-action@v4.0.0 + uses: docker/login-action@v4.1.0 with: registry: ghcr.io username: ${{ github.actor }}