Update build workflow naming

This commit is contained in:
LukeGus
2025-09-02 23:14:49 -05:00
parent d55e98b8fd
commit 112b243fc9

View File

@@ -73,7 +73,7 @@ jobs:
elif [ "${{ github.ref }}" == "refs/heads/development" ]; then elif [ "${{ github.ref }}" == "refs/heads/development" ]; then
IMAGE_TAG="development-latest" IMAGE_TAG="development-latest"
else else
IMAGE_TAG="${{ github.ref_name }}-development-latest" IMAGE_TAG="${{ github.ref_name }}"
fi fi
echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV