Skip to content

Commit

Permalink
chore: fix buildkit configuration script
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Aug 9, 2024
1 parent a79c3df commit 87bbf0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ if [[ "${EC}" -ne 0 ]]; then
exit "${EC}"
fi

log.notice "Successfully configured BuildKit with docker registry mirror: ${DOCKER_REGISTRY_HOSTNAME}"
log.notice "Successfully configured BuildKit with docker registry mirror: ${DOCKER_REGISTRY_MIRROR}"

0 comments on commit 87bbf0a

Please sign in to comment.