You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Discovered digest pins for ${#DIGEST_ENTRIES[@]} image(s)"
154
+
else
155
+
echo "::warning::containers.txt downloaded but no valid digest entries matched ghcr.io/${REPO}/<image>@sha256:<digest>; falling back to tag-only image metadata."
156
+
fi
157
+
else
158
+
echo "::warning::No containers.txt found for ${VERSION}; falling back to tag-only image metadata"
Copy file name to clipboardExpand all lines: docs/github_actions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The action:
36
36
| Output | Description |
37
37
|--------|-------------|
38
38
| `version` | The version that was installed (e.g., `v0.7.0`) |
39
-
| `image-tag` | The image tag matching the version (e.g., `0.7.0`) |
39
+
| `image-tag` | Image tag metadata for runtime containers. Format: `0.7.0`or `0.7.0,squid=sha256:...,agent=sha256:...,api-proxy=sha256:...,agent-act=sha256:...,cli-proxy=sha256:...`. Supported digest keys currently include `squid`, `agent`, `api-proxy`, `agent-act`, and `cli-proxy`; additional keys may appear in future releases. |
0 commit comments