Skip to content

Commit 98268e1

Browse files
committed
image: try upstream version of workflow
1 parent 61bdc00 commit 98268e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# if: ${{ github.repository == 'argoproj/argo-cd' && github.event_name == 'push' }}
6767
uses: ./.github/workflows/image-reuse.yaml
6868
with:
69-
quay_image_name: quay.io/codefresh-io/argocd:${{ needs.set-vars.outputs.image-tag }}
69+
quay_image_name: quay.io/codefresh/argocd:${{ needs.set-vars.outputs.image-tag }}
7070
ghcr_image_name: ghcr.io/codefresh-io/argo-cd/argocd:${{ needs.set-vars.outputs.image-tag }}
7171
# Note: cannot use env variables to set go-version (https://docs.github.com/en/actions/using-workflows/reusing-workflows#limitations)
7272
# renovate: datasource=golang-version packageName=golang

0 commit comments

Comments
 (0)