We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564dc7d commit 1074789Copy full SHA for 1074789
.github/workflows/image.yaml
@@ -62,7 +62,7 @@ jobs:
62
packages: write # for pushing packages to GHCR, which is used by cd.apps.argoproj.io to avoid polluting Quay with tags
63
id-token: write # for creating OIDC tokens for signing.
64
if: ${{ github.event_name == 'push' }}
65
- uses: ./.github/workflows/image-reuse.yaml
+ uses: https://github.com/argoproj/argo-cd/.github/workflows/image-reuse.yaml@v2.11.3
66
with:
67
ghcr_image_name: ghcr.io/richardfan1126/argo-cd/argocd:${{ needs.set-vars.outputs.image-tag }}
68
# Note: cannot use env variables to set go-version (https://docs.github.com/en/actions/using-workflows/reusing-workflows#limitations)
0 commit comments