Skip to content

Commit 625e8a0

Browse files
authored
chore: temporarily disable ghcr.io image pushing (argoproj#1530)
Signed-off-by: Jesse Suen <[email protected]>
1 parent c1353e4 commit 625e8a0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
images: |
4646
quay.io/argoproj/argo-rollouts
47-
ghcr.io/argoproj/argo-rollouts
47+
# ghcr.io/argoproj/argo-rollouts
4848
tags: |
4949
type=semver,pattern={{version}},prefix=v,value=${{ github.event.inputs.tag }}
5050
flavor: |
@@ -56,19 +56,19 @@ jobs:
5656
with:
5757
images: |
5858
quay.io/argoproj/kubectl-argo-rollouts
59-
ghcr.io/argoproj/kubectl-argo-rollouts
59+
# ghcr.io/argoproj/kubectl-argo-rollouts
6060
tags: |
6161
type=semver,pattern={{version}},prefix=v,value=${{ github.event.inputs.tag }}
6262
flavor: |
6363
latest=false
6464
65-
- name: Login to GitHub Container Registry
66-
if: github.event_name != 'pull_request'
67-
uses: docker/login-action@v1
68-
with:
69-
registry: ghcr.io
70-
username: ${{ github.repository_owner }}
71-
password: ${{ secrets.GITHUB_TOKEN }}
65+
# - name: Login to GitHub Container Registry
66+
# if: github.event_name != 'pull_request'
67+
# uses: docker/login-action@v1
68+
# with:
69+
# registry: ghcr.io
70+
# username: ${{ github.repository_owner }}
71+
# password: ${{ secrets.GITHUB_TOKEN }}
7272

7373
- name: Login to Quay.io
7474
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)