Skip to content

Commit 03d1982

Browse files
committed
Update workflow name, remove prerequisite image pull
1 parent e620db9 commit 03d1982

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-and-push-hf.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ jobs:
7474
echo "IMAGE_NAME=${{ vars.QUAY_RELEASE_REPO }}" >> $GITHUB_ENV
7575
#
7676
# Run docker commands
77-
- name: Pull prerequisite images
78-
run: |
79-
docker pull $(cat detectors/Dockerfile.hf | grep -o -P '(?<=FROM ).*(?= AS base)')
80-
docker pull $(cat detectors/Dockerfile.hf | grep -o -P '(?<=FROM ).*(?= AS builder)')
8177
- name: Put expiry date on CI-tagged image
8278
if: env.BUILD_CONTEXT == 'ci'
8379
run: echo 'LABEL quay.expires-after=7d#' >> detectors/Dockerfile.hf

0 commit comments

Comments
 (0)