diff --git a/scripts/build.sh b/scripts/build.sh index 2e1d255..8de06d1 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -67,6 +67,6 @@ docker buildx build "${args[@]}" -t $base:$tag -t $base:latest -f Dockerfile . # Check if archs contains the current. If so, then output a message! if [[ " ${archs[@]} " =~ " ${current} " ]]; then - docker tag envbuilder:${arch} envbuilder:latest + docker tag $base:$tag envbuilder:latest echo "Tagged $current as envbuilder:latest!" fi