Skip to content

Commit

Permalink
restore 'version' case in tests.bats
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Jul 11, 2023
1 parent 8543246 commit 0213d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ SUT_IMAGE="$(get_sut_image)"
sut_image="${SUT_IMAGE}-tests-${BATS_TEST_NUMBER}"

docker buildx bake \
--set "${IMAGE}".args.VERSION="${ARG_TEST_VERSION}" \
--set "${IMAGE}".args.version="${ARG_TEST_VERSION}" \
--set "${IMAGE}".args.user="${TEST_USER}" \
--set "${IMAGE}".platform=linux/"${ARCH}" \
--set "${IMAGE}".tags="${sut_image}" \
Expand Down

0 comments on commit 0213d3c

Please sign in to comment.