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 03d1982 commit 15d27efCopy full SHA for 15d27ef
.github/workflows/build-and-push-hf.yaml
@@ -78,7 +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: cd detectors; docker build -t ${{ env.IMAGE_NAME }}:$TAG Dockerfile.hf
+ run: docker build -t ${{ env.IMAGE_NAME }}:$TAG detectors/Dockerfile.hf
82
- name: Log in to Quay
83
run: docker login -u ${{ secrets.QUAY_ROBOT_USERNAME }} -p ${{ secrets.QUAY_ROBOT_SECRET }} quay.io
84
- name: Push to Quay CI repo
0 commit comments