Skip to content

Commit 15d27ef

Browse files
committed
Update workflow image name
1 parent 03d1982 commit 15d27ef

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
@@ -78,7 +78,7 @@ jobs:
7878
if: env.BUILD_CONTEXT == 'ci'
7979
run: echo 'LABEL quay.expires-after=7d#' >> detectors/Dockerfile.hf
8080
- name: Build image
81-
run: cd detectors; docker build -t ${{ env.IMAGE_NAME }}:$TAG Dockerfile.hf
81+
run: docker build -t ${{ env.IMAGE_NAME }}:$TAG detectors/Dockerfile.hf
8282
- name: Log in to Quay
8383
run: docker login -u ${{ secrets.QUAY_ROBOT_USERNAME }} -p ${{ secrets.QUAY_ROBOT_SECRET }} quay.io
8484
- name: Push to Quay CI repo

0 commit comments

Comments
 (0)