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 eb71bbf commit dccf396Copy full SHA for dccf396
.github/workflows/build-and-push-hf.yaml
@@ -61,7 +61,7 @@ jobs:
61
if: env.BUILD_CONTEXT == 'ci'
62
run: |
63
echo "TAG=${{ github.event.pull_request.head.sha }}" >> $GITHUB_ENV
64
- echo "IMAGE_NAME= quay.io/trustyai/guardrails-detector-huggingface-runtime-ci" >> $GITHUB_ENV
+ echo "IMAGE_NAME=quay.io/trustyai/guardrails-detector-huggingface-runtime-ci" >> $GITHUB_ENV
65
- name: Set main-branch environment
66
if: env.BUILD_CONTEXT == 'main'
67
0 commit comments