We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cdea1a commit 0f38f51Copy full SHA for 0f38f51
.github/workflows/build-and-push-tutorial-agent.yml
@@ -95,11 +95,10 @@ jobs:
95
- name: Build and Push Agent Image
96
env:
97
REGISTRY: ghcr.io
98
- REPOSITORY_PREFIX: agentex-agents
99
run: |
100
AGENT_NAME="${{ steps.image-name.outputs.agent_name }}"
101
VERSION_TAG="${{ inputs.version_tag }}"
102
- REPOSITORY_NAME="${REPOSITORY_PREFIX}/${AGENT_NAME}"
+ REPOSITORY_NAME="${{ github.repository }}/tutorial-agents/${AGENT_NAME}"
103
FULL_IMAGE="${REGISTRY}/${REPOSITORY_NAME}:${VERSION_TAG}"
104
105
agentex agents build \
0 commit comments