Skip to content

Commit

Permalink
Update docker-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mandibles232 authored Oct 20, 2023
1 parent 0d63027 commit 917f916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ docker buildx create "${PLATFORM[@]}" --name terrascan-builder --use

docker buildx build --provenance=false "${OUTPUT_TYPE}" "${PLATFORM[@]}" -t "${DOCKER_REPO}:${LABEL}" -f "${DOCKERFILE}" .

cat "${LABEL}" > dockerhub-image-name.txt
echo "${LABEL}"

docker buildx rm terrascan-builder

0 comments on commit 917f916

Please sign in to comment.