File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,14 @@ jobs:
3232 run : |
3333 make check-copyright
3434
35- - name : login to Docker Hub
35+ - name : login to Quay.io
3636 # Only if we need to push an image
3737 if : ${{ github.event_name == 'release' && github.event.action == 'published' }}
3838 uses : docker/login-action@v1
3939 with :
40- username : ${{ secrets.DOCKERHUB_USERNAME }}
41- password : ${{ secrets.DOCKERHUB_TOKEN }}
40+ registry : quay.io
41+ username : ${{ secrets.QUAYIO_USERNAME }}
42+ password : ${{ secrets.QUAYIO_TOKEN }}
4243
4344 # Setup for buildx
4445 - name : set up QEMU
6768 # Only push if we are publishing a release
6869 push : ${{ github.event_name == 'release' && github.event.action == 'published' }}
6970 # Use a 'dev' tag, that won't be pushed, for non-release builds
70- tags : docker .io/ibmcom /ibm-storage-odf-block-driver:${{ steps.tag.outputs.version-without-v || 'dev' }}
71+ tags : quay .io/ibmodffs /ibm-storage-odf-block-driver:${{ steps.tag.outputs.version-without-v || 'dev' }}
Original file line number Diff line number Diff line change 11
22LINT_VERSION ="1.40.0"
33
4- IMAGE_REPO ="docker .io"
5- NAME_SPACE ="ibmcom "
4+ IMAGE_REPO ="quay .io"
5+ NAME_SPACE ="ibmodffs "
66DRIVER_IMAGE_VERSION =1.3.0
77
88DRIVER_NAME =ibm-storage-odf-block-driver
You can’t perform that action at this time.
0 commit comments