Skip to content

Commit

Permalink
ci: enable building all images
Browse files Browse the repository at this point in the history
Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com>
  • Loading branch information
srikumar003 committed Aug 15, 2023
1 parent 30872bd commit a6f6bf9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ jobs:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}

# - name: Build and push Dataset operator image
# run: |
# cd src/dataset-operator
# ./build_and_push_multiarch_dataset_operator.sh ${{ vars.REGISTRY_URL }} ${{ github.ref_name }}
#
# - name: Build and push Generate Keys image
# run: |
# cd src/generate-keys
# ./build_and_push_multiarch_generate_keys.sh ${{ vars.REGISTRY_URL }} ${{ github.ref_name }}
# docker buildx prune
- name: Build and push Dataset operator image
run: |
cd src/dataset-operator
./build_and_push_multiarch_dataset_operator.sh ${{ vars.REGISTRY_URL }} ${{ github.ref_name }}
- name: Build and push Generate Keys image
run: |
cd src/generate-keys
./build_and_push_multiarch_generate_keys.sh ${{ vars.REGISTRY_URL }} ${{ github.ref_name }}
docker buildx prune
- name: Build and push bundled CSI S3
run: |
Expand Down

0 comments on commit a6f6bf9

Please sign in to comment.