mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-10 01:17:42 +01:00
added development_fermentersteps to workflow (test)
This commit is contained in:
parent
e32b2c4af8
commit
fc14c786a4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -66,7 +66,7 @@ jobs:
|
|||
BUILD_CACHE_IMAGE_NAME=${LATEST_IMAGE}
|
||||
TAGS="${LATEST_IMAGE},${{ env.image-name }}:v${VERSION}"
|
||||
PUBLISH_IMAGE=true
|
||||
elif [[ startsWith($GITHUB_REF_NAME, 'development') ]]; then
|
||||
elif [[ $GITHUB_REF_NAME == development ]] || [[ $GITHUB_REF_NAME == development_fermentersteps ]]; then
|
||||
PUBLISH_IMAGE=true
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue