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 dccf396 commit 1ebec00Copy full SHA for 1ebec00
.github/workflows/build-and-push-hf.yaml
@@ -81,7 +81,7 @@ jobs:
81
run: |
82
cd detectors
83
ls
84
- docker build -t ${{ env.IMAGE_NAME }}:$TAG "Dockerfile.hf"
+ docker build -t ${{ env.IMAGE_NAME }}:$TAG ./Dockerfile.hf
85
- name: Log in to Quay
86
run: docker login -u ${{ secrets.QUAY_ROBOT_USERNAME }} -p ${{ secrets.QUAY_ROBOT_SECRET }} quay.io
87
- name: Push to Quay CI repo
0 commit comments