File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
4848 docker login quay.io --username "${QUAY_USERNAME}" --password "${QUAY_TOKEN}"
4949 docker tag ghcr.io/codefresh-io/argocd:${{ steps.image.outputs.tag }} ${IMAGE_NAMESPACE}/argocd:${{ steps.image.outputs.tag }}
5050 docker push ${IMAGE_NAMESPACE}/argocd:${{ steps.image.outputs.tag }}
51- # deploy
52- - run : git clone "https://$TOKEN@github.com/codefresh-io/argoproj-deployments"
53- env :
54- TOKEN : ${{ secrets.TOKEN }}
55- - run : |
56- docker run -v $(pwd):/src -w /src --rm -t lyft/kustomizer:v3.3.0 kustomize edit set image quay.io/argoproj/argocd=ghcr.io/codefresh-io/argocd:${{ steps.image.outputs.tag }}
57- git config --global user.email 'integration@codefresh.io'
58- git config --global user.name 'CI-Codefresh'
59- git diff --exit-code && echo 'Already deployed' || (git commit -am 'Upgrade argocd to ${{ steps.image.outputs.tag }}' && git push)
60- if: github.event_name == 'push'
61- working-directory: argoproj-deployments/argocd
51+ # # deploy
52+ # - run: git clone "https://$TOKEN@github.com/codefresh-io/argoproj-deployments"
53+ # env:
54+ # TOKEN: ${{ secrets.TOKEN }}
55+ # - run: |
56+ # docker run -v $(pwd):/src -w /src --rm -t lyft/kustomizer:v3.3.0 kustomize edit set image quay.io/argoproj/argocd=ghcr.io/codefresh-io/argocd:${{ steps.image.outputs.tag }}
57+ # git config --global user.email 'integration@codefresh.io'
58+ # git config --global user.name 'CI-Codefresh'
59+ # git diff --exit-code && echo 'Already deployed' || (git commit -am 'Upgrade argocd to ${{ steps.image.outputs.tag }}' && git push)
60+ # if: github.event_name == 'push'
61+ # working-directory: argoproj-deployments/argocd
You can’t perform that action at this time.
0 commit comments