Fix release of db_init docker image (#2502)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-06-26 13:27:00 +03:00
committed by GitHub
parent c894ac96dd
commit 4a6e862d57
2 changed files with 9 additions and 5 deletions

View File

@@ -30,9 +30,8 @@ jobs:
"hawkbit-ddi-server", "hawkbit-dmf-server", "hawkbit-mgmt-server", "hawkbit-simple-ui",
# monolith
"hawkbit-update-server",
# db init, not released yet
#"hawkbit-repository-jpa-init"
)
# db init
"hawkbit-repository-jpa-init")
echo "ALL_APPS_STRING=${ALL_APPS[*]}" >> $GITHUB_ENV
echo "REVISION=${{ github.event.inputs.revision }}" >> $GITHUB_ENV