Skip to content

Commit 7e984fe

Browse files
committed
image: try upstream version of workflow
1 parent ec3d9e3 commit 7e984fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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}}
@@ -48,7 +48,7 @@ jobs:
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)
@@ -63,7 +63,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)