Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <[email protected]>
  • Loading branch information
Vitor Bandeira committed Aug 22, 2024
1 parent fe4c560 commit b3d0585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/DockerHelper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ _setup() {
esac
imageName="${IMAGE_NAME_OVERRIDE:-"${org}/flow-${os}-${target}"}"
if [[ "${tag}" != "" ]]; then
imageTag="${tag}-$(uname -m)"
imageTag="${tag}"
else
imageTag=$(./etc/DockerTag.sh -dev)
fi
Expand Down

0 comments on commit b3d0585

Please sign in to comment.