ci: fix incorrectly set skip_existing flag

This commit is contained in:
Sebastian Poxhofer 2025-02-28 13:49:43 +01:00 committed by GitHub
parent b39ac6c167
commit 0f393d1fbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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