diff --git a/.github/workflows/image-generations.yml b/.github/workflows/image-generations.yml index a761fc1a..44e400f0 100644 --- a/.github/workflows/image-generations.yml +++ b/.github/workflows/image-generations.yml @@ -32,7 +32,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}