File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -20,26 +20,24 @@ jobs:
2020
2121 steps :
2222 - uses : actions/checkout@v2
23-
24- - name : Build image
23+
24+ - name : Build Image
2525 id : build-image
2626 uses : redhat-actions/buildah-build@v2
2727 with :
28- image : operator-pipelines-images-multi-arch
28+ image : operator-pipelines-images
2929 tags : latest ${{ github.sha }}
30- archs : amd64
3130 dockerfiles : |
3231 ./operator-pipeline-images/Dockerfile
33-
3432 - name : Push To quay.io
3533 id : push-to-quay
3634 uses : redhat-actions/push-to-registry@v2
3735 with :
3836 image : ${{ steps.build-image.outputs.image }}
3937 tags : ${{ steps.build-image.outputs.tags }}
40- registry : quay.io/mayurwaghmode111
41- username : ${{ secrets.QUAY_USER }}
42- password : ${{ secrets.QUAY_PWD }}
38+ registry : quay.io/redhat-isv
39+ username : ${{ secrets.REGISTRY_USERNAME }}
40+ password : ${{ secrets.REGISTRY_PASSWORD }}
4341 if : ${{ github.event_name == 'push' }}
4442
4543 - name : Print image url
You can’t perform that action at this time.
0 commit comments