Skip to content

Commit 1ebec00

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

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
@@ -81,7 +81,7 @@ jobs:
8181
run: |
8282
cd detectors
8383
ls
84-
docker build -t ${{ env.IMAGE_NAME }}:$TAG "Dockerfile.hf"
84+
docker build -t ${{ env.IMAGE_NAME }}:$TAG ./Dockerfile.hf
8585
- name: Log in to Quay
8686
run: docker login -u ${{ secrets.QUAY_ROBOT_USERNAME }} -p ${{ secrets.QUAY_ROBOT_SECRET }} quay.io
8787
- name: Push to Quay CI repo

0 commit comments

Comments
 (0)