chore(ci): allow failure on pull

This commit is contained in:
Matthias
2025-09-02 19:41:21 +02:00
parent bb7a4c4739
commit 53328bc595

View File

@@ -122,7 +122,7 @@ jobs:
- name: Build image without cache - name: Build image without cache
if: github.event_name != 'schedule' if: github.event_name != 'schedule'
run: | run: |
docker pull ${IMAGE_NAME}:${TAG} docker pull ${IMAGE_NAME}:${TAG} || true
docker build --cache-from ${IMAGE_NAME}:${TAG} -t freqtrade:${TAG} . docker build --cache-from ${IMAGE_NAME}:${TAG} -t freqtrade:${TAG} .
- name: Build ARMHF image without cache - name: Build ARMHF image without cache