mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 03:41:14 +00:00
chore(ci) fix step naming
This commit is contained in:
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
@@ -118,13 +118,13 @@ jobs:
|
|||||||
--provenance=false \
|
--provenance=false \
|
||||||
.
|
.
|
||||||
|
|
||||||
- name: Build image without cache
|
- name: Build image with cache
|
||||||
if: github.event_name != 'schedule'
|
if: github.event_name != 'schedule'
|
||||||
run: |
|
run: |
|
||||||
docker pull ${IMAGE_NAME}:${TAG} || true
|
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 with cache
|
||||||
if: github.event_name != 'schedule'
|
if: github.event_name != 'schedule'
|
||||||
# disable provenance due to https://github.com/docker/buildx/issues/1509
|
# disable provenance due to https://github.com/docker/buildx/issues/1509
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user