Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wmuldergov authored Jan 3, 2025
1 parent bb9b5a0 commit 39df966
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
with:
oc: "4"

# - name: Push to OpenShift ImageStream
# uses: redhat-actions/push-to-registry@v2
# with:
# image: ${{ steps.build_image.outputs.image }}
# tags: latest
# registry: ${{ vars.OPENSHIFT_IMAGESTREAM_URL }}
# username: ${{ secrets.OPENSHIFT_IMAGESTREAM_USERNAME }}
# password: ${{ secrets.OPENSHIFT_IMAGESTREAM_TOKEN }}
- name: Push to OpenShift ImageStream
uses: redhat-actions/push-to-registry@v2
with:
image: ${{ steps.build_image.outputs.image }}
tags: latest
registry: ${{ vars.OPENSHIFT_IMAGESTREAM_URL }}
username: ${{ secrets.OPENSHIFT_IMAGESTREAM_USERNAME }}
password: ${{ secrets.OPENSHIFT_IMAGESTREAM_TOKEN }}

0 comments on commit 39df966

Please sign in to comment.