diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b53f58..cc14ac8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Login to image repository if: github.ref_type == 'tag' - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v2.2.0 with: registry: ghcr.io username: ${{ github.actor }}