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 b6f06d8 commit 2de2a6cCopy full SHA for 2de2a6c
.github/workflows/e2e-subtensor-tests.yaml
@@ -95,7 +95,7 @@ jobs:
95
fi
96
97
echo "✅ Final selected image: $image"
98
- echo "image-name=$image" >> "$GITHUB_OUTPUT"
+ echo "image=$image" >> "$GITHUB_OUTPUT"
99
100
- name: Log in to GitHub Container Registry
101
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
0 commit comments