Skip to content

Commit c66d3fb

Browse files
committed
Skip also controller build
1 parent b5cbaa2 commit c66d3fb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/iso-ci.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,21 @@ jobs:
8585
# # Use a 'dev' tag, that won't be pushed, for non-release builds
8686
# tags: quay.io/uriziv1/ibm-block-csi-driver-node:${{ env.BUILD_VERSION || 'dev' }}
8787

88-
# Build and (optionally) push the csi controller image
89-
- name: build csi controller image
90-
uses: docker/build-push-action@v6
91-
with:
92-
context: .
93-
file: ./Dockerfile-csi-controller
94-
platforms: linux/amd64,linux/ppc64le,linux/s390x
95-
build-args: |
96-
VCS_REF=${{ env.BUILD_VERSION || 'dev' }}-${{ steps.vars.outputs.sha_short }}
97-
VCS_URL=${{ env.VCS_URL }}
98-
# Only push if we are publishing a release
99-
#push: ${{ github.event_name == 'release' && github.event.action == 'published' }}
100-
push: true
101-
# Use a 'dev' tag, that won't be pushed, for non-release builds
102-
tags: quay.io/uriziv1/ibm-block-csi-driver-controller:${{ env.BUILD_VERSION || 'dev' }}
88+
## Build and (optionally) push the csi controller image
89+
#- name: build csi controller image
90+
# uses: docker/build-push-action@v6
91+
# with:
92+
# context: .
93+
# file: ./Dockerfile-csi-controller
94+
# platforms: linux/amd64,linux/ppc64le,linux/s390x
95+
# build-args: |
96+
# VCS_REF=${{ env.BUILD_VERSION || 'dev' }}-${{ steps.vars.outputs.sha_short }}
97+
# VCS_URL=${{ env.VCS_URL }}
98+
# # Only push if we are publishing a release
99+
# #push: ${{ github.event_name == 'release' && github.event.action == 'published' }}
100+
# push: true
101+
# # Use a 'dev' tag, that won't be pushed, for non-release builds
102+
# tags: quay.io/uriziv1/ibm-block-csi-driver-controller:${{ env.BUILD_VERSION || 'dev' }}
103103

104104
# Build and (optionally) push the csi host-definer image
105105
- name: build csi host-definer image

0 commit comments

Comments
 (0)