We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bdc00 commit 98268e1Copy full SHA for 98268e1
1 file changed
.github/workflows/image.yaml
@@ -66,7 +66,7 @@ jobs:
66
# if: ${{ github.repository == 'argoproj/argo-cd' && github.event_name == 'push' }}
67
uses: ./.github/workflows/image-reuse.yaml
68
with:
69
- quay_image_name: quay.io/codefresh-io/argocd:${{ needs.set-vars.outputs.image-tag }}
+ quay_image_name: quay.io/codefresh/argocd:${{ needs.set-vars.outputs.image-tag }}
70
ghcr_image_name: ghcr.io/codefresh-io/argo-cd/argocd:${{ needs.set-vars.outputs.image-tag }}
71
# Note: cannot use env variables to set go-version (https://docs.github.com/en/actions/using-workflows/reusing-workflows#limitations)
72
# renovate: datasource=golang-version packageName=golang
0 commit comments