Add latest tag too
This commit is contained in:
parent
3c7f3e5cd4
commit
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