mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
text workflow
This commit is contained in:
parent
a136f6b467
commit
b6ad39df1b
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 [[ $GITHUB_REF_NAME == development ]]; then
|
||||
elif [[ $GITHUB_REF_NAME == development** ]]; then
|
||||
PUBLISH_IMAGE=true
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue