Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ce750b077 | |||
| ab9b763515 | |||
| 8944361368 | |||
| 2ff0194cdf |
@@ -29,7 +29,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
|
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
|
||||||
- uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4
|
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
|
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
|
||||||
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
|
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
|
||||||
- uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4
|
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
# git, curl, ripgrep, docker-cli, openssh-client, python3-dev,
|
# git, curl, ripgrep, docker-cli, openssh-client, python3-dev,
|
||||||
# gcc, ffmpeg, node 22, npm, procps, xz-utils, s6-overlay.
|
# gcc, ffmpeg, node 22, npm, procps, xz-utils, s6-overlay.
|
||||||
|
|
||||||
ARG HERMES_AGENT_VERSION=v2026.6.19
|
ARG HERMES_AGENT_VERSION=v2026.7.1
|
||||||
# hadolint ignore=DL3002
|
# hadolint ignore=DL3002
|
||||||
FROM nousresearch/hermes-agent:${HERMES_AGENT_VERSION}
|
FROM nousresearch/hermes-agent:${HERMES_AGENT_VERSION}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user