Skip to content

Commit

Permalink
added arg to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-yuen committed Feb 19, 2024
1 parent 4dd8c93 commit e55af77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
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
docker build . --file .github/workflows/docker-files/Dockerfile-com-$type --build-arg build_version=${{env.version}} --tag ${{env.version}}-crawler-$type
docker build . --file .github/workflows/docker-files/Dockerfile-com-$type --build-arg build_version=${{env.version}} --build-arg committer_type=$type --tag ${{env.version}}-crawler-$type
docker image ls -a
done
Expand Down

0 comments on commit e55af77

Please sign in to comment.