Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWindle committed Sep 14, 2023
1 parent a3346fd commit 2524022
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bootstrap_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ if [ -z "$PROJECT_NAME" ]; then
fi

source ./build-system/scripts/setup_env $COMMIT_HASH '' mainframe_$USER > /dev/null
docker buildx create --name multi-platform-builder --bootstrap --use
build_local $PROJECT_NAME $ONLY_TARGET

if [ -z "$PROJECT_NAME" ]; then
Expand Down
1 change: 0 additions & 1 deletion build-system/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,5 @@ echo "Building image: $IMAGE_COMMIT_URI"
docker build -t $IMAGE_COMMIT_URI -f $DOCKERFILE $CACHE_FROM --build-arg COMMIT_TAG=$COMMIT_TAG_VERSION --build-arg ARG_CONTENT_HASH=$CONTENT_HASH . \
| while read line ; do echo "$(date "+%H:%M:%S")| $line"; done
echo "Pushing image: $IMAGE_COMMIT_URI"
docker inspect $IMAGE_COMMIT_URI
retry docker push $IMAGE_COMMIT_URI > /dev/null 2>&1
untag_remote_image $REPOSITORY tainted

0 comments on commit 2524022

Please sign in to comment.