Skip to content

Commit

Permalink
fix: release image push repo
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Aug 25, 2023
1 parent 61d73f1 commit 4a2aca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
# Default minimum version of Go to support.
DEFAULT_GO_VERSION: 1.19
REGISTRY: ghcr.io
REGISTRY: quay.io
GITHUB_PAGES_BRANCH: gh_pages

defaults:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
packages: write
id-token: write
env:
IMAGE_TAG: ghcr.io/spectrocloud-labs/valid8or:${{ needs.release-please.outputs.tag_name }}
IMAGE_TAG: quay.io/spectrocloud-labs/valid8or:${{ needs.release-please.outputs.tag_name }}
IMAGE_NAME: valid8or
steps:
- name: Checkout
Expand Down

0 comments on commit 4a2aca6

Please sign in to comment.