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

Commit

Permalink
dont push to redhat marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
Mojachieee committed Jan 17, 2023
1 parent 7f7f2a5 commit fef3dfd
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_OPERATOR_IMAGE }}
make operator-image-push OPERATOR_IMAGE=${{ env.RH_OPERATOR_IMAGE }}
# - 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_OPERATOR_IMAGE }}
# make operator-image-push OPERATOR_IMAGE=${{ env.RH_OPERATOR_IMAGE }}
- name: Create release
uses: softprops/action-gh-release@v1
publish-manifests-image:
Expand Down

0 comments on commit fef3dfd

Please sign in to comment.