Skip to content

Commit

Permalink
small typo in console output
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm committed Oct 26, 2023
1 parent 59adc75 commit a0cbc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/auxiliary-containers/build-containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for folder in "${changed_folders[@]}"; do
fi


echo "Building new version: greencoding/${folder}:v${new_version}"
echo "Building new version: greencoding/${folder}:${new_version}"
docker buildx build \
--push \
--tag "greencoding/${folder}:${new_version}" \
Expand Down

0 comments on commit a0cbc60

Please sign in to comment.