Skip to content

Commit

Permalink
format test
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-yuen committed Feb 19, 2024
1 parent 7277d9d commit 702651f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,11 @@ jobs:
- name: Build new es committer image
run: |
for type in $committer_types; do
com_type=$type
cp .github/workflows/docker-files/Dockerfile-com .github/workflows/docker-files/Dockerfile-com-$type
sed -i 's/replace-this-with-committer-files-in-dockerfile/mkdir .\/${{env.type}}-folder/g' .github/workflows/docker-files/Dockerfile-com-$type
sed -i 's/replace-this-with-committer-files-in-dockerfile/mkdir .\/${com_type}-folder/g' .github/workflows/docker-files/Dockerfile-com-$type
more .github/workflows/docker-files/Dockerfile-com-$type
docker build . --file .github/workflows/docker-files/Dockerfile-com-$type --build-arg build_version=${{env.version}} --tag ${{env.version}}-crawler-$type
docker image ls -a
Expand Down

0 comments on commit 702651f

Please sign in to comment.