Skip to content

Commit

Permalink
Merge pull request #261 from equinix/fix-ghcr-org
Browse files Browse the repository at this point in the history
fix ghcr.io org name for releases
  • Loading branch information
deitch authored Apr 28, 2022
2 parents cdbe540 + 5fd6887 commit 0e1337b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
GHCR_REGISTRY: ghcr.io/${{ github.repository_owner }}
DOCKER_REGISTRY: ${{ secrets.DOCKER_ORG }}
QUAY_REGISTRY: quay.io/${{ secrets.QUAY_ORG }}
REGISTRY: ghcr.io/${{ secrets.QUAY_ORG }}
REGISTRY: ghcr.io/${{ github.repository_owner }}
metadata_flavor: latest=false
metadata_tags: |
type=sha
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
GHCR_REGISTRY: ghcr.io/${{ github.repository_owner }}
DOCKER_REGISTRY: ${{ secrets.DOCKER_ORG }}
QUAY_REGISTRY: quay.io/${{ secrets.QUAY_ORG }}
REGISTRY: ghcr.io/${{ secrets.QUAY_ORG }}
REGISTRY: ghcr.io/${{ github.repository_owner }}
metadata_flavor: latest=true
metadata_tags: type=ref,event=tag
jobs:
Expand Down

0 comments on commit 0e1337b

Please sign in to comment.