File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 if : github.repository == 'argoproj-labs/argocd-monorepo-controller'
2020 uses : ./.github/workflows/image-reuse.yaml
2121 with :
22- # quay_image_name: quay.io/argoprojlabs/argocd-monorepo-controller:${{ github.ref_name }}
23- quay_image_name : quay.io/eugened/argocd-monorepo-controller:${{ github.ref_name }}
22+ quay_image_name : quay.io/argoprojlabs/argocd-monorepo-controller:${{ github.ref_name }}
23+ # quay_image_name: quay.io/eugened/argocd-monorepo-controller:${{ github.ref_name }}
2424 # Note: cannot use env variables to set go-version (https://docs.github.com/en/actions/using-workflows/reusing-workflows#limitations)
2525 # renovate: datasource=golang-version packageName=golang
2626 go-version : 1.24.4
4040 if : github.repository == 'argoproj-labs/argocd-monorepo-controller'
4141 uses :
slsa-framework/slsa-github-generator/.github/workflows/[email protected] 4242 with :
43- # image: quay.io/argoprojlabs/argocd-monorepo-controller
44- image : quay.io/eugened/argocd-monorepo-controller
43+ image : quay.io/argoprojlabs/argocd-monorepo-controller
44+ # image: quay.io/eugened/argocd-monorepo-controller
4545 digest : ${{ needs.argocd-image.outputs.image-digest }}
4646 secrets :
4747 registry-username : ${{ secrets.QUAY_USER }}
You can’t perform that action at this time.
0 commit comments