Skip to content

Commit fb99e1e

Browse files
committed
fix: hardcode repo owner in CI workflow (template in comment broke parsing)
1 parent d046a9a commit fb99e1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/agent-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
1|# .github/workflows/agent-image.yaml
22
2|#
3-
3|# Builds and publishes ghcr.io/${{ github.repository_owner }}/hermes-agent for every hermes-agent
3+
3|# Builds and publishes ghcr.io/aabichou/hermes-agent for every hermes-agent
44
4|# release in the supported matrix. Triggered:
55
5|# - Manually via workflow_dispatch (engineer picks the HERMES_VERSION).
66
6|# - On every push of a tag matching `agent/vX.Y.Z`.

0 commit comments

Comments
 (0)