Skip to content

Commit 41bdd1b

Browse files
committed
image: remove deploy step
1 parent f4956b7 commit 41bdd1b

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/image.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)