Skip to content

Commit f70786c

Browse files
authored
change docker.io/ibmcom to quay.io/ibmodffs (#62)
* change docker.io/ibmcom to quay.io/ibmodffs * remove hub Signed-off-by: 662962756 <bvered@il.ibm.com>
1 parent 390af48 commit f70786c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/iso-ci.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -67,4 +68,4 @@ jobs:
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' }}

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
LINT_VERSION="1.40.0"
33

4-
IMAGE_REPO="docker.io"
5-
NAME_SPACE="ibmcom"
4+
IMAGE_REPO="quay.io"
5+
NAME_SPACE="ibmodffs"
66
DRIVER_IMAGE_VERSION=1.3.0
77

88
DRIVER_NAME=ibm-storage-odf-block-driver

0 commit comments

Comments
 (0)