Skip to content

Commit c61fc0e

Browse files
committed
no need to pre-process the docker files
Only 1 docker file per OS now, with no SOURCE commands. Also, no need for the {var} substitution because of the ARG command
1 parent b89b1bf commit c61fc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit_tags.bsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for IMAGE_NAME in "${IMAGE_NAMES[@]}"; do
3232
NAME=$(basename ${IMAGE_NAME%.*})
3333
echo "Tagging for ${NAME}"
3434
git checkout --detach ${HEAD_NAME}
35-
./docker+.bsh ${IMAGE_NAME} > ./Dockerfile
35+
cp ${IMAGE_NAME} Dockerfile
3636
git add Dockerfile
3737
git commit -m "Auto generated branch for docker hub"
3838
git tag -f ${NAME}

0 commit comments

Comments
 (0)