Skip to content

Commit 4654de0

Browse files
mefellowsCopilot
andauthored
wip: ensure TAG is always set on docker build
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 2fc2e22 commit 4654de0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/release-workflow/docker-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DOCKER_IMAGE_ORG_AND_NAME="${DOCKER_REPOSITORY:-pactfoundation}/pact-broker"
99
for arch in $ARCHES; do
1010
docker buildx build \
1111
--platform linux/$arch \
12-
--build-arg VERSION=${TAG} \
12+
--build-arg VERSION="${TAG:-dev}" \
1313
--output type=docker \
1414
--tag ${DOCKER_IMAGE_ORG_AND_NAME}:latest-${arch} \
1515
.

0 commit comments

Comments
 (0)