Fix bad image name

This commit is contained in:
Matthias 2022-08-16 16:39:29 +02:00
parent c8d7c2caac
commit 463cf66881
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# Replace / with _ to create a valid tag
TAG=$(echo "${BRANCH_NAME}" | sed -e "s/\//_/g")
TAG_PLOT=${TAG}_plot
TAG_FREQAI=${TAG}_plot
TAG_FREQAI=${TAG}_freqai
TAG_PI="${TAG}_pi"
PI_PLATFORM="linux/arm/v7"