File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 set-vars :
2020 permissions :
2121 contents : read
22- if : github.repository == 'argoproj/argo-cd'
22+ # if: github.repository == 'argoproj/argo-cd'
2323 runs-on : ubuntu-22.04
2424 outputs :
2525 image-tag : ${{ steps.image.outputs.tag}}
4848 contents : read
4949 packages : write # for pushing packages to GHCR, which is used by cd.apps.argoproj.io to avoid polluting Quay with tags
5050 id-token : write # for creating OIDC tokens for signing.
51- if : ${{ github.repository == 'argoproj/argo-cd' && github.event_name != 'push' }}
51+ # if: ${{ github.repository == 'argoproj/argo-cd' && github.event_name != 'push' }}
5252 uses : ./.github/workflows/image-reuse.yaml
5353 with :
5454 # Note: cannot use env variables to set go-version (https://docs.github.com/en/actions/using-workflows/reusing-workflows#limitations)
6363 contents : read
6464 packages : write # for pushing packages to GHCR, which is used by cd.apps.argoproj.io to avoid polluting Quay with tags
6565 id-token : write # for creating OIDC tokens for signing.
66- if : ${{ github.repository == 'argoproj/argo-cd' && github.event_name == 'push' }}
66+ # if: ${{ github.repository == 'argoproj/argo-cd' && github.event_name == 'push' }}
6767 uses : ./.github/workflows/image-reuse.yaml
6868 with :
6969 quay_image_name : quay.io/codefresh-io/argocd:${{ needs.set-vars.outputs.image-tag }}
You can’t perform that action at this time.
0 commit comments