Skip to content

Commit 4c08f7e

Browse files
author
Alexander Matyushentsev
authored
chore: publish notifications-install.yaml and rollout_cr_schema.json as part of release (argoproj#1532)
* chore: publish notifications-install.yaml and rollout_cr_schema.json as part of release Signed-off-by: Alexander Matyushentsev <[email protected]> * chore: temporarily disable ghcr.io image pushing Signed-off-by: Alexander Matyushentsev <[email protected]>
1 parent 625e8a0 commit 4c08f7e

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.github/workflows/docker-publish.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
images: |
3939
quay.io/argoproj/argo-rollouts
40-
ghcr.io/argoproj/argo-rollouts
40+
# ghcr.io/argoproj/argo-rollouts
4141
tags: |
4242
type=ref,event=branch
4343
flavor: |
@@ -49,19 +49,19 @@ jobs:
4949
with:
5050
images: |
5151
quay.io/argoproj/kubectl-argo-rollouts
52-
ghcr.io/argoproj/kubectl-argo-rollouts
52+
# ghcr.io/argoproj/kubectl-argo-rollouts
5353
tags: |
5454
type=ref,event=branch
5555
flavor: |
5656
latest=${{ github.ref == 'refs/heads/master' }}
5757
58-
- name: Login to GitHub Container Registry
59-
if: github.event_name != 'pull_request'
60-
uses: docker/login-action@v1
61-
with:
62-
registry: ghcr.io
63-
username: ${{ github.repository_owner }}
64-
password: ${{ secrets.GITHUB_TOKEN }}
58+
# - name: Login to GitHub Container Registry
59+
# if: github.event_name != 'pull_request'
60+
# uses: docker/login-action@v1
61+
# with:
62+
# registry: ghcr.io
63+
# username: ${{ github.repository_owner }}
64+
# password: ${{ secrets.GITHUB_TOKEN }}
6565

6666
- name: Login to Quay.io
6767
if: github.event_name != 'pull_request'

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,7 @@ jobs:
132132
dist/kubectl-argo-rollouts-windows-amd64
133133
manifests/install.yaml
134134
manifests/namespace-install.yaml
135+
manifests/notifications-install.yaml
136+
docs/features/kustomize/rollout_cr_schema.json
135137
env:
136138
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)