diff --git a/.gitea/workflows/lint-test-helm.yaml b/.gitea/workflows/lint-test-helm.yaml index 94b58e140..0731e6cbb 100644 --- a/.gitea/workflows/lint-test-helm.yaml +++ b/.gitea/workflows/lint-test-helm.yaml @@ -370,7 +370,7 @@ jobs: needs: lint-helm runs-on: ubuntu-js container: - image: argoproj/argocd:v3.3.6 + image: quay.io/argoproj/argocd:v3.3.6 if: | needs.lint-helm.result == 'success' && needs.lint-helm.outputs.changes-detected == 'true' &&