Skip to content

Commit

Permalink
changed references to my branch and my repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed Jul 22, 2024
1 parent 2ca1e9c commit 2d0338e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Build and Publish Images

on:
push:


env:
IMG_TAGS: ${{ github.sha }} ${{ github.ref_name }}
IMG_REGISTRY_HOST: quay.io
IMG_REGISTRY_ORG: kuadrant
IMG_REGISTRY_ORG: rh-ee-ehearne
IMG_REGISTRY_REPO: dns-operator
MAIN_BRANCH_NAME: main
MAIN_BRANCH_NAME: version-commit-hash-test
OPERATOR_NAME: dns-operator

jobs:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
run: echo "Image = ${{ steps.build-image.outputs.image }}, Tags = ${{ steps.build-image.outputs.tags }}"

- name: Push Image
if: github.repository_owner == 'kuadrant'
if: github.repository_owner == 'ehearneRedHat'
id: push-to-quay
uses: redhat-actions/push-to-registry@v2
with:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
run: echo "Image = ${{ steps.build-image.outputs.image }}, Tags = ${{ steps.build-image.outputs.tags }}"

- name: Push Image
if: github.repository_owner == 'kuadrant'
if: github.repository_owner == 'ehearneRedHat'
id: push-to-quay
uses: redhat-actions/push-to-registry@v2
with:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
run: echo "Image = ${{ steps.build-image.outputs.image }}, Tags = ${{ steps.build-image.outputs.tags }}"

- name: Push Image
if: github.repository_owner == 'kuadrant'
if: github.repository_owner == 'ehearneRedHat'
id: push-to-quay
uses: redhat-actions/push-to-registry@v2
with:
Expand Down

0 comments on commit 2d0338e

Please sign in to comment.