feat: update image

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-04 14:43:53 +02:00
parent 7d8722d995
commit 5b1890424e
3 changed files with 39 additions and 9 deletions

View File

@@ -12,5 +12,5 @@ echo "docker: logging in"
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
echo "docker: pushing image $tag"
docker push --all-tags "$base_tag"
docker push "$base_tag"