Skip to content

Commit 9a2df9f

Browse files
committed
fix: publish public versioned image tags
1 parent 646a5b2 commit 9a2df9f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/publish-image.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ permissions:
1111
packages: write
1212

1313
env:
14-
IMAGE_NAME: ghcr.io/randomcodespace/agentmemory-setup
14+
IMAGE_NAME: ghcr.io/randomcodespace/agentmemory-setup-public
15+
AGENTMEMORY_VERSION: 0.9.27
1516

1617
jobs:
1718
publish:
@@ -29,6 +30,8 @@ jobs:
2930
images: ${{ env.IMAGE_NAME }}
3031
tags: |
3132
type=raw,value=latest,enable={{is_default_branch}}
33+
type=raw,value=${{ env.AGENTMEMORY_VERSION }},enable={{is_default_branch}}
34+
type=raw,value=v${{ env.AGENTMEMORY_VERSION }},enable={{is_default_branch}}
3235
type=sha,prefix=
3336
type=ref,event=tag
3437
- uses: docker/build-push-action@v6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Single-image Docker setup for AgentMemory plus Rust `iii-engine` (`iiidev/iii`),
1414

1515
Defaults:
1616

17-
- Pulls `ghcr.io/randomcodespace/agentmemory-setup-public:latest`
17+
- Pulls `ghcr.io/randomcodespace/agentmemory-setup-public:latest` by default; version tag: `ghcr.io/randomcodespace/agentmemory-setup-public:0.9.27`
1818
- One container image contains AgentMemory and Rust `iii-engine`
1919
- Container limit: `3g`, `2.5` CPUs
2020
- Rust `iii-engine` is internal only; only AgentMemory REST/stream/viewer ports bind to host loopback

0 commit comments

Comments
 (0)