diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9b421f7..9cedf32 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: - name: Fetch git tags run: git fetch --force --tags - name: Login to ghcr.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}