diff --git a/.github/workflows/mirror-images-daily.yml b/.github/workflows/mirror-images-daily.yml index ff7162b107..9aebcb7fe7 100644 --- a/.github/workflows/mirror-images-daily.yml +++ b/.github/workflows/mirror-images-daily.yml @@ -44,8 +44,5 @@ jobs: username: ${{ env.DOCKER_USERNAME }} password: ${{ env.DOCKER_PASSWORD }} - - name: Verify that new images exist - run: ./scripts/check-new-images-exist.sh - - name: Run image-mirror.sh run: ./scripts/image-mirror.sh \ No newline at end of file diff --git a/.github/workflows/mirror-images.yml b/.github/workflows/mirror-images.yml index dde620b87e..f4939ad246 100644 --- a/.github/workflows/mirror-images.yml +++ b/.github/workflows/mirror-images.yml @@ -42,8 +42,5 @@ jobs: username: ${{ env.DOCKER_USERNAME }} password: ${{ env.DOCKER_PASSWORD }} - - name: Verify that new images exist - run: ./scripts/check-new-images-exist.sh - - name: Run image-mirror.sh run: ./scripts/image-mirror.sh \ No newline at end of file