diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 711526b..5777642 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,9 +35,9 @@ jobs: with: charts_dir: charts config: cr.yaml + skip_existing: true env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - CR_SKIP_EXISTING: "true" - name: Login to GHCR uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0