Skip to content

Commit f4956b7

Browse files
committed
image: push to quay same tag as in ghcr
1 parent d8ae531 commit f4956b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
run: |
4747
set -ue
4848
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
49+
docker tag ghcr.io/codefresh-io/argocd:${{ steps.image.outputs.tag }} ${IMAGE_NAMESPACE}/argocd:${{ steps.image.outputs.tag }}
50+
docker push ${IMAGE_NAMESPACE}/argocd:${{ steps.image.outputs.tag }}
5151
# deploy
5252
- run: git clone "https://$TOKEN@github.com/codefresh-io/argoproj-deployments"
5353
env:

0 commit comments

Comments
 (0)