Skip to content

Commit

Permalink
update sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-randers committed Oct 18, 2024
1 parent ee5ba95 commit d398b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

tag_lower=$(echo $1 | tr '[:upper:]' '[:lower:]')
# Build docker images.
docker build --tag $tag_lower --label org.opencontainers.image.source=$2 ./src
docker build --tag $tag_lower --label org.opencontainers.image.source=$2 .

0 comments on commit d398b56

Please sign in to comment.