mirror of
https://github.com/containers/ramalama.git
synced 2026-02-05 06:46:39 +01:00
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "ramalama"
|
||||
version = "0.8.0"
|
||||
version = "0.8.1"
|
||||
dependencies = [
|
||||
"argcomplete",
|
||||
]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
def version():
|
||||
version = "0.8.0"
|
||||
version = "0.8.1"
|
||||
return version
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global pypi_name ramalama
|
||||
%global forgeurl https://github.com/containers/%{pypi_name}
|
||||
# see ramalama/version.py
|
||||
%global version0 0.8.0
|
||||
%global version0 0.8.1
|
||||
%forgemeta
|
||||
|
||||
%global summary RamaLama is a command line tool for working with AI LLM models
|
||||
|
||||
@@ -33,7 +33,7 @@ release-arm() {
|
||||
release-ramalama() {
|
||||
digest=$(podman image inspect "${REPO}/$1" --format '{{ .Digest }}' | cut -f2 -d':')
|
||||
podman push "${REPO}/$1" "${REPO}/$1:${digest}"
|
||||
podman push "${REPO}/$1" "${REPO}/$1":0.8.0
|
||||
podman push "${REPO}/$1" "${REPO}/$1":0.8.1
|
||||
podman push "${REPO}/$1" "${REPO}/$1":0.8
|
||||
podman push "${REPO}/$1"
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ release() {
|
||||
podman manifest inspect "$1"
|
||||
digest=$(podman image inspect "${DEST}" --format '{{ .Digest }}' | cut -f2 -d':')
|
||||
podman manifest push --all "$1" "${DEST}:${digest}"
|
||||
podman manifest push --all "$1" "${DEST}":0.8.0
|
||||
podman manifest push --all "$1" "${DEST}":0.8.1
|
||||
podman manifest push --all "$1" "${DEST}":0.8
|
||||
podman manifest push --all "$1" "${DEST}"
|
||||
podman manifest rm "$1"
|
||||
|
||||
Reference in New Issue
Block a user