Skip to content

Commit

Permalink
adding the repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
pradhans0906 committed Nov 7, 2024
1 parent b18bac7 commit cc36575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ if [ "$TAG_SUFFIX" != "patched" ]; then
-v /var/run/docker.sock:/var/run/docker.sock \
-e DOCKER_CONFIG=/root/.docker \
${EXTRA_ENV} \
yourusername/dockerized-copa:latest \
pradhans0906/dockerized-copa:latest \
"$IMAGE" \
"$TAG_SUFFIX"
else
docker run --rm --privileged \
-v /var/run/docker.sock:/var/run/docker.sock \
-e DOCKER_CONFIG=/root/.docker \
${EXTRA_ENV} \
yourusername/dockerized-copa:latest \
pradhans0906/dockerized-copa:latest \
"$IMAGE"
fi

Expand Down

0 comments on commit cc36575

Please sign in to comment.