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 2aed9df commit 0d63027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +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

docker buildx rm terrascan-builder

0 comments on commit 0d63027

Please sign in to comment.