Compare commits

..
1 Commits
Author SHA1 Message Date
rock ac798f352f fix: Dockerfile build mem-cli binary + CI builds and pushes on all events
CI / CI (pull_request) Failing after 6m34s
- rust:1.81 → rust:1-bookworm (track latest stable)
- cargo build --release → cargo build --release -p mem-cli
- Build + push on all events (verify before merge)
- --progress=plain for visible build logs
2026-09-07 13:54:09 -07:00
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- name: Build Docker image
run: |
docker build --no-cache \
docker build --no-cache --progress=plain \
-t "${IMAGE}:${{ steps.sha.outputs.short_sha }}" \
-t "${IMAGE}:latest" \
-f Dockerfile .