Skip to content
Snippets Groups Projects
Unverified Commit 3c71aa66 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

docker: add script to push every img on docker hub

parent c8fc7774
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
fd "Dockerfile" src/docke_modules | perl -pe 's|.*docker_modules/(.*)/(.*)/Dockerfile|\1:\2|g' | awk '{system("docker tag "$0" lbmc/" $0"; docker push lbmc/"$0)}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment