Skip to content

Commit df323b0

Browse files
ilyagorban-codefreshIlya Gorban
andauthored
replace argoproj for ghcr.io and quay.io (#3)
Co-authored-by: Ilya Gorban <[email protected]>
1 parent 4a8189c commit df323b0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
uses: docker/metadata-action@v3
3737
with:
3838
images: |
39-
quay.io/argoproj/argo-rollouts
40-
ghcr.io/argoproj/argo-rollouts
39+
quay.io/codefresh/argo-rollouts
40+
ghcr.io/codefresh-io/argo-rollouts
4141
tags: |
4242
type=ref,event=branch
4343
flavor: |
@@ -48,16 +48,16 @@ jobs:
4848
uses: docker/metadata-action@v3
4949
with:
5050
images: |
51-
quay.io/argoproj/kubectl-argo-rollouts
52-
ghcr.io/argoproj/kubectl-argo-rollouts
51+
quay.io/codefresh/kubectl-argo-rollouts
52+
ghcr.io/codefresh-io/kubectl-argo-rollouts
5353
tags: |
5454
type=ref,event=branch
5555
flavor: |
5656
latest=${{ github.ref == 'refs/heads/master' }}
5757
5858
- name: Login to GitHub Container Registry
5959
if: github.event_name != 'pull_request'
60-
uses: docker/login-action@v1
60+
uses: docker/login-action@v1
6161
with:
6262
registry: ghcr.io
6363
username: ${{ github.repository_owner }}

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
uses: docker/metadata-action@v3
4242
with:
4343
images: |
44-
quay.io/argoproj/argo-rollouts
45-
ghcr.io/argoproj/argo-rollouts
44+
quay.io/codefresh/argo-rollouts
45+
ghcr.io/codefresh-io/argo-rollouts
4646
tags: |
4747
type=semver,pattern={{version}},prefix=v,value=${{ github.event.inputs.tag }}
4848
@@ -51,14 +51,14 @@ jobs:
5151
uses: docker/metadata-action@v3
5252
with:
5353
images: |
54-
quay.io/argoproj/kubectl-argo-rollouts
55-
ghcr.io/argoproj/kubectl-argo-rollouts
54+
quay.io/codefresh/kubectl-argo-rollouts
55+
ghcr.io/codefresh-io/kubectl-argo-rollouts
5656
tags: |
5757
type=semver,pattern={{version}},prefix=v,value=${{ github.event.inputs.tag }}
5858
5959
- name: Login to GitHub Container Registry
6060
if: github.event_name != 'pull_request'
61-
uses: docker/login-action@v1
61+
uses: docker/login-action@v1
6262
with:
6363
registry: ghcr.io
6464
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)