mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
fix name
This commit is contained in:
parent
3f191acbc3
commit
7f07d68864
1 changed files with 5 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ cd ../app
|
|||
CURRENT_COMMIT=$(git rev-parse HEAD | cut -c1-8)
|
||||
echo "Latest commit of $APP is $CURRENT_COMMIT"
|
||||
|
||||
echo "**Commit: \`$CURRENT_COMMIT\`**" >> $GITHUB_STEP_SUMMARY
|
||||
echo "**Commit: \`$CURRENT_COMMIT\`**" >> "$GITHUB_STEP_SUMMARY"
|
||||
|
||||
if [ "$APP" = "hugo-chat" ]; then
|
||||
IMAGE_PREFIX="docker.nilstrieb.dev/hugo-chat"
|
||||
|
|
@ -66,6 +66,10 @@ if [ "$APP" = "cors" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
if [ "$APP" = "dockerolat" ]; then
|
||||
APP="openolat"
|
||||
fi
|
||||
|
||||
IMAGE_PREFIX="docker.nilstrieb.dev/$APP"
|
||||
IMAGE_FULL_NAME="$IMAGE_PREFIX:$CURRENT_COMMIT"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue