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 917f916 commit 78f7e76
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}" .

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

docker buildx rm terrascan-builder

0 comments on commit 78f7e76

Please sign in to comment.