final cleanup - use different cache image for now

This commit is contained in:
Matthias 2020-05-26 19:36:38 +02:00
parent 448546b0a4
commit bdf795b8b0
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ on:
- master - master
- develop - develop
- github_actions_tests - github_actions_tests
- rpi_crosscompile
tags: tags:
release: release:
types: [published] types: [published]

View File

@ -6,7 +6,7 @@
TAG=$(echo "${BRANCH_NAME}" | sed -e "s/\//_/g") TAG=$(echo "${BRANCH_NAME}" | sed -e "s/\//_/g")
PI_PLATFORM="linux/arm/v7" PI_PLATFORM="linux/arm/v7"
echo "Running for ${TAG}" echo "Running for ${TAG}"
CACHE_TAG=${IMAGE_NAME}:${TAG}_cache CACHE_TAG=freqtradeorg/freqtrade_cache:${TAG}_cache
# Add commit and commit_message to docker container # Add commit and commit_message to docker container
echo "${GITHUB_SHA}" > freqtrade_commit echo "${GITHUB_SHA}" > freqtrade_commit