Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Marquis <[email protected]>
  • Loading branch information
34fathombelow committed May 16, 2023
1 parent d16aa67 commit 08ae012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
quay.io/34fathombelow/argo-rollouts
quay.io/argoproj/argo-rollouts
tags: |
type=ref,event=branch,enable=${{ github.ref != 'refs/heads/master'}}
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }}
Expand All @@ -41,7 +41,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
quay.io/34fathombelow/kubectl-argo-rollouts
quay.io/argoproj/kubectl-argo-rollouts
tags: |
type=ref,event=branch,enable=${{ github.ref != 'refs/heads/master'}}
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 08ae012

Please sign in to comment.