File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments