File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 44
44
with :
45
45
images : |
46
46
quay.io/argoproj/argo-rollouts
47
- ghcr.io/argoproj/argo-rollouts
47
+ # ghcr.io/argoproj/argo-rollouts
48
48
tags : |
49
49
type=semver,pattern={{version}},prefix=v,value=${{ github.event.inputs.tag }}
50
50
flavor : |
@@ -56,19 +56,19 @@ jobs:
56
56
with :
57
57
images : |
58
58
quay.io/argoproj/kubectl-argo-rollouts
59
- ghcr.io/argoproj/kubectl-argo-rollouts
59
+ # ghcr.io/argoproj/kubectl-argo-rollouts
60
60
tags : |
61
61
type=semver,pattern={{version}},prefix=v,value=${{ github.event.inputs.tag }}
62
62
flavor : |
63
63
latest=false
64
64
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 }}
72
72
73
73
- name : Login to Quay.io
74
74
if : github.event_name != 'pull_request'
You can’t perform that action at this time.
0 commit comments