Skip to content
Snippets Groups Projects
Commit bbf74163 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent c4af481b
Branches
No related tags found
No related merge requests found
Pipeline #22892 passed
Pipeline: Docker-Images

#22893

    ...@@ -26,7 +26,7 @@ IMAGE=$1 ...@@ -26,7 +26,7 @@ IMAGE=$1
    docker build --no-cache --pull -t ${IMAGE}_tmp images/${IMAGE} docker build --no-cache --pull -t ${IMAGE}_tmp images/${IMAGE}
    docker run -v ${CWD}/images/${IMAGE}/test.sh:/test.sh --entrypoint="/bin/bash" ${IMAGE}_tmp /test.sh docker run -v ${CWD}/images/${IMAGE}/test.sh:/test.sh --entrypoint="/bin/bash" ${IMAGE}_tmp /test.sh
    echo docker tag ${IMAGE}_tmp dbogatov/docker-sources:${IMAGE}-latest echo docker tag ${IMAGE}_tmp dbogatov/docker-images:${IMAGE}-latest
    echo docker push dbogatov/docker-sources:${IMAGE}-latest echo docker push dbogatov/docker-images:${IMAGE}-latest
    echo "Done!" echo "Done!"
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment