Skip to content

Commit f269cae

Browse files
committed
adapt main in tarilabs/mr to odh for quay
Signed-off-by: Matteo Mortari <[email protected]>
1 parent 7046b3e commit f269cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/csi-build-and-push-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: env.BUILD_CONTEXT == 'main' && env.PUSH_IMAGE == 'true'
6969
shell: bash
7070
env:
71-
IMG: ${{ env.IMG_ORG }}/${{ env.IMG_REPO }}
71+
IMG: quay.io/${{ env.IMG_ORG }}/${{ env.IMG_REPO }}
7272
run: |
7373
docker tag ${{ env.IMG }}:$VERSION ${{ env.IMG }}:latest
7474
IMG=${{ env.IMG }} IMG_VERSION=latest make image/push

0 commit comments

Comments
 (0)