mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-10 01:17:42 +01:00
worflow
This commit is contained in:
parent
0dfc55aa04
commit
e32b2c4af8
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}
|
BUILD_CACHE_IMAGE_NAME=${LATEST_IMAGE}
|
||||||
TAGS="${LATEST_IMAGE},${{ env.image-name }}:v${VERSION}"
|
TAGS="${LATEST_IMAGE},${{ env.image-name }}:v${VERSION}"
|
||||||
PUBLISH_IMAGE=true
|
PUBLISH_IMAGE=true
|
||||||
elif [[ startsWith($GITHUB_REF_NAME == 'development') ]]; then
|
elif [[ startsWith($GITHUB_REF_NAME, 'development') ]]; then
|
||||||
PUBLISH_IMAGE=true
|
PUBLISH_IMAGE=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue