final cleanup - use different cache image for now
This commit is contained in:
parent
448546b0a4
commit
bdf795b8b0
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -6,7 +6,6 @@ on:
|
||||
- master
|
||||
- develop
|
||||
- github_actions_tests
|
||||
- rpi_crosscompile
|
||||
tags:
|
||||
release:
|
||||
types: [published]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user