Skip to content

Commit

Permalink
[build] Fix issue between reproducible build and dood. (sonic-net#11084
Browse files Browse the repository at this point in the history
  • Loading branch information
liushilongbuaa authored and mssonicbld committed Dec 21, 2022
1 parent bbbc3f5 commit 18ea1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/collect_docker_version_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TARGET_PATH=$2

[ -z "$TARGET_PATH" ] && TARGET_PATH=./target

DOCKER_IMAGE_NAME=$(echo $DOCKER_IMAGE | cut -d: -f1)
DOCKER_IMAGE_NAME=$(echo $DOCKER_IMAGE | cut -d: -f1 | sed "s/-$DOCKER_USERNAME\$//")
DOCKER_CONTAINER=$DOCKER_IMAGE_NAME
TARGET_VERSIONS_PATH=$TARGET_PATH/versions/dockers/$DOCKER_IMAGE_NAME

Expand Down

0 comments on commit 18ea1fe

Please sign in to comment.