diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index fe25a7d..1a6661f 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -33,7 +33,7 @@ jobs: - name: Log into registry if: ${{ github.ref == 'refs/heads/main' }} - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}