Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
don't push to redhat
Browse files Browse the repository at this point in the history
  • Loading branch information
Mojachieee committed Jan 17, 2023
1 parent ac593f2 commit d477596
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ jobs:
run: make operator-image
- name: Push container image to dockerhub
run: make operator-image-push
- name: Login to redhat container registry
uses: docker/login-action@v1
with:
registry: scan.connect.redhat.com
username: ${{ secrets.RH_USERNAME }}
password: ${{ secrets.RH_TOKEN }}
- name: Push container image to redhat container registry
run: |
docker tag ${{ env.OPERATOR_IMAGE }} ${{ env.RH_IMG }}
make operator-image-push OPERATOR_IMAGE=${{ env.RH_IMG }}
# - name: Login to redhat container registry
# uses: docker/login-action@v1
# with:
# registry: scan.connect.redhat.com
# username: ${{ secrets.RH_USERNAME }}
# password: ${{ secrets.RH_TOKEN }}
# - name: Push container image to redhat container registry
# run: |
# docker tag ${{ env.OPERATOR_IMAGE }} ${{ env.RH_IMG }}
# make operator-image-push OPERATOR_IMAGE=${{ env.RH_IMG }}
publish-manifests-image:
runs-on: ubuntu-latest
name: Publish manifests container image
Expand Down

0 comments on commit d477596

Please sign in to comment.