Skip to content

Commit

Permalink
chore: print the docker-bake targets for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Oct 18, 2023
1 parent c9feeca commit 66ee8a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ ORGANIZATION=${DOCKERHUB_ORGANISATION:-jenkins}
remoting_version=${REMOTING_VERSION:-${remoting_version}}

if [[ "${target}" = "build" ]] ; then
make show
make build
exit_result=$?
exit_if_error
Expand All @@ -77,6 +78,7 @@ if [[ "${target}" = "publish" ]] ; then
export ON_TAG=true
export BUILD_NUMBER=$build_number
fi
make show
docker buildx bake --push --file docker-bake.hcl linux
exit_result=$?
fi
Expand Down

0 comments on commit 66ee8a9

Please sign in to comment.