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 1ebec00 commit 0e068a3Copy full SHA for 0e068a3
.github/workflows/build-and-push-hf.yaml
@@ -78,10 +78,7 @@ jobs:
78
if: env.BUILD_CONTEXT == 'ci'
79
run: echo 'LABEL quay.expires-after=7d#' >> detectors/Dockerfile.hf
80
- name: Build image
81
- run: |
82
- cd detectors
83
- ls
84
- docker build -t ${{ env.IMAGE_NAME }}:$TAG ./Dockerfile.hf
+ run: docker build -t ${{ env.IMAGE_NAME }}:$TAG -f detectors/Dockerfile.hf detectors
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