Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
243b799457 |
1 changed files with 7 additions and 0 deletions
|
@ -16,3 +16,10 @@ echo "Tagging it to 'repos.susurrando.com/adelgado/${repo}:${tag}'..."
|
|||
podman tag "${repo}:${tag}" "repos.susurrando.com/adelgado/${repo}:${tag}"
|
||||
echo "Pushing it to 'repos.susurrando.com/adelgado/${repo}:${tag}'..."
|
||||
podman push "repos.susurrando.com/adelgado/${repo}:${tag}"
|
||||
tag=latest
|
||||
echo "Building '${repo}:${tag}'..."
|
||||
podman build --tag "${repo}:${tag}" .
|
||||
echo "Tagging it to 'repos.susurrando.com/adelgado/${repo}:${tag}'..."
|
||||
podman tag "${repo}:${tag}" "repos.susurrando.com/adelgado/${repo}:${tag}"
|
||||
echo "Pushing it to 'repos.susurrando.com/adelgado/${repo}:${tag}'..."
|
||||
podman push "repos.susurrando.com/adelgado/${repo}:${tag}"
|
||||
|
|
Loading…
Reference in a new issue