Skip to content

Commit

Permalink
chore: fix docker checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Nov 13, 2024
1 parent f229c29 commit 82eb0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker/run
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ native)
;;
esac

docker_file_hash="$("$(project_root)/dev/is-ci")"
docker_file_hash="$("$(project_root)/dev/docker/checksum")"
docker_repo_name_safe="${PROJECT_DOCKER_REPO//\//-}"
docker_image_tag="${CROSS_COMPILE}-${docker_file_hash}"
docker_container_name="${docker_repo_name_safe}-${docker_image_tag}-$(datetime_ms_safe)"
Expand Down

0 comments on commit 82eb0f9

Please sign in to comment.