mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
chore(ci): allow failure on pull
This commit is contained in:
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@@ -122,7 +122,7 @@ jobs:
|
||||
- name: Build image without cache
|
||||
if: github.event_name != 'schedule'
|
||||
run: |
|
||||
docker pull ${IMAGE_NAME}:${TAG}
|
||||
docker pull ${IMAGE_NAME}:${TAG} || true
|
||||
docker build --cache-from ${IMAGE_NAME}:${TAG} -t freqtrade:${TAG} .
|
||||
|
||||
- name: Build ARMHF image without cache
|
||||
|
||||
Reference in New Issue
Block a user