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
- develop
- github_actions_tests
- rpi_crosscompile
tags:
release:
types: [published]

View File

@ -6,7 +6,7 @@
TAG=$(echo "${BRANCH_NAME}" | sed -e "s/\//_/g")
PI_PLATFORM="linux/arm/v7"
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
echo "${GITHUB_SHA}" > freqtrade_commit