chore(ci) fix step naming

pull/12208/head
Matthias 8 months ago
parent 35c3ca91eb
commit 94aba0f9ac

@ -118,13 +118,13 @@ jobs:
--provenance=false \
.
- name: Build image without cache
- name: Build image with cache
if: github.event_name != 'schedule'
run: |
docker pull ${IMAGE_NAME}:${TAG} || true
docker build --cache-from ${IMAGE_NAME}:${TAG} -t freqtrade:${TAG} .
- name: Build ARMHF image without cache
- name: Build ARMHF image with cache
if: github.event_name != 'schedule'
# disable provenance due to https://github.com/docker/buildx/issues/1509
run: |

Loading…
Cancel
Save