Skip to content

Commit 385d876

Browse files
committed
Test
1 parent 6cc3adf commit 385d876

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/iso-ci.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -111,22 +111,22 @@ jobs:
111111
# tags: quay.io/uriziv1/ibm-block-csi-host-definer:${{ env.BUILD_VERSION || 'dev' }}
112112
# push: false
113113

114-
push-images:
115-
needs: build-and-push
116-
runs-on: ubuntu-latest
117-
if: github.event_name == 'release' && github.event.action == 'published'
118-
steps:
119-
- name: Checkout code # Required for context.
120-
uses: actions/checkout@v3
121-
- name: push images
122-
uses: docker/build-push-action@v6
123-
with:
124-
context: .
125-
push: true
126-
images: |
127-
quay.io/uriziv1/ibm-block-csi-driver-node:${{ env.BUILD_VERSION || 'dev' }}
128-
quay.io/uriziv1/ibm-block-csi-driver-controller:${{ env.BUILD_VERSION || 'dev' }}
129-
quay.io/uriziv1/ibm-block-csi-driver-host-definer:${{ env.BUILD_VERSION || 'dev' }}
114+
#push-images:
115+
# needs: build-and-push
116+
# runs-on: ubuntu-latest
117+
# if: github.event_name == 'release' && github.event.action == 'published'
118+
# steps:
119+
# - name: Checkout code # Required for context.
120+
# uses: actions/checkout@v3
121+
# - name: push images
122+
# uses: docker/build-push-action@v6
123+
# with:
124+
# context: .
125+
# push: true
126+
# images: |
127+
# quay.io/uriziv1/ibm-block-csi-driver-node:${{ env.BUILD_VERSION || 'dev' }}
128+
# quay.io/uriziv1/ibm-block-csi-driver-controller:${{ env.BUILD_VERSION || 'dev' }}
129+
# quay.io/uriziv1/ibm-block-csi-driver-host-definer:${{ env.BUILD_VERSION || 'dev' }}
130130

131131

132132
#- name: generate bundle manifests and metadata

0 commit comments

Comments
 (0)