Skip to content

Commit

Permalink
add timestamps to the test tag. so multiple actions won't affect each…
Browse files Browse the repository at this point in the history
… other.
  • Loading branch information
shizunge committed Jun 29, 2023
1 parent 0f250e5 commit 1972f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ main() {
IMAGE_WITH_TAG="${REGISTRY}/${IMAGE_WITH_TAG}"
fi
if ! echo "${IMAGE_WITH_TAG}" | grep -q ":"; then
IMAGE_WITH_TAG="${IMAGE_WITH_TAG}:test"
IMAGE_WITH_TAG="${IMAGE_WITH_TAG}:for-test-$(date +%s)"
fi
echo "GLOBAL_ENTRYPOINT_SH=${GLOBAL_ENTRYPOINT_SH}"
echo "IMAGE_WITH_TAG=${IMAGE_WITH_TAG}"
Expand Down

0 comments on commit 1972f0c

Please sign in to comment.