Skip to content

Commit dccf396

Browse files
committed
Update action for correct image name
1 parent eb71bbf commit dccf396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-hf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if: env.BUILD_CONTEXT == 'ci'
6262
run: |
6363
echo "TAG=${{ github.event.pull_request.head.sha }}" >> $GITHUB_ENV
64-
echo "IMAGE_NAME= quay.io/trustyai/guardrails-detector-huggingface-runtime-ci" >> $GITHUB_ENV
64+
echo "IMAGE_NAME=quay.io/trustyai/guardrails-detector-huggingface-runtime-ci" >> $GITHUB_ENV
6565
- name: Set main-branch environment
6666
if: env.BUILD_CONTEXT == 'main'
6767
run: |

0 commit comments

Comments
 (0)