Skip to content

Commit

Permalink
updated for cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-yuen committed Feb 19, 2024
1 parent 55cdcb1 commit 4dd8c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ jobs:
- name: Build new es committer image
run: |
for type in "${committer_types[@]}"; do
com_type=$type
for type in $committer_types; do
cp .github/workflows/docker-files/Dockerfile-com .github/workflows/docker-files/Dockerfile-com-$type
sed -i 's/replace-this-with-committer-files-in-dockerfile/$type-folder/g' .github/workflows/docker-files/Dockerfile-com-$type
more .github/workflows/docker-files/Dockerfile-com-$type
Expand Down

0 comments on commit 4dd8c93

Please sign in to comment.