Skip to content

Commit

Permalink
Fix CI/CD by forcing full img name don't use default docker.io/librar…
Browse files Browse the repository at this point in the history
…y/ prefix
  • Loading branch information
glegoux committed Nov 15, 2024
1 parent ec2b9e0 commit 3cae468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/pre-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ fi

# Build template minimal operating system for each container
echo "=== pre-build docker image 'minimal-${OS_CONTAINER}' ==="
docker build -t "${image_name}" "./${build_name}/${PREFIX_KRB5}-${OS_CONTAINER}"
docker build -t "${image_name}:latest" "./${build_name}/${PREFIX_KRB5}-${OS_CONTAINER}"

0 comments on commit 3cae468

Please sign in to comment.