We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ae531 commit f4956b7Copy full SHA for f4956b7
1 file changed
.github/workflows/image.yaml
@@ -46,8 +46,8 @@ jobs:
46
run: |
47
set -ue
48
docker login quay.io --username "${QUAY_USERNAME}" --password "${QUAY_TOKEN}"
49
- docker tag ghcr.io/codefresh-io/argocd:${{ steps.image.outputs.tag }} ${IMAGE_NAMESPACE}/argocd:latest
50
- docker push ${IMAGE_NAMESPACE}/argocd:latest
+ docker tag ghcr.io/codefresh-io/argocd:${{ steps.image.outputs.tag }} ${IMAGE_NAMESPACE}/argocd:${{ steps.image.outputs.tag }}
+ 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:
0 commit comments