Skip to content

Commit 1074789

Browse files
test
1 parent 564dc7d commit 1074789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
packages: write # for pushing packages to GHCR, which is used by cd.apps.argoproj.io to avoid polluting Quay with tags
6363
id-token: write # for creating OIDC tokens for signing.
6464
if: ${{ github.event_name == 'push' }}
65-
uses: ./.github/workflows/image-reuse.yaml
65+
uses: https://github.com/argoproj/argo-cd/.github/workflows/image-reuse.yaml@v2.11.3
6666
with:
6767
ghcr_image_name: ghcr.io/richardfan1126/argo-cd/argocd:${{ needs.set-vars.outputs.image-tag }}
6868
# Note: cannot use env variables to set go-version (https://docs.github.com/en/actions/using-workflows/reusing-workflows#limitations)

0 commit comments

Comments
 (0)