diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27377ec..617fa34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: uses: docker/setup-buildx-action@v3.10.0 - name: Login to GitHub Container Registry - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.4.0 if: github.ref == 'refs/heads/main' with: registry: ghcr.io