mirror of
https://github.com/rommapp/romm.git
synced 2026-07-01 08:16:21 +00:00
master branch build fix
This commit is contained in:
2
.github/actions/build.sh
vendored
2
.github/actions/build.sh
vendored
@@ -1,4 +1,4 @@
|
||||
if [[ $GIT_BRANCH -eq 'develop' ]]; then VERSION=dev-$VERSION; fi
|
||||
if [[ $GIT_BRANCH = 'develop' ]]; then VERSION=dev-$VERSION; fi
|
||||
echo "Version: ${VERSION}"
|
||||
docker buildx build --push\
|
||||
--tag zurdi15/romm:latest --tag zurdi15/romm:${VERSION}\
|
||||
|
||||
Reference in New Issue
Block a user