Merge pull request 'main' (#46) from main into dev

Reviewed-on: #46
This commit is contained in:
Jan Weber 2025-12-02 10:15:56 +00:00
commit 4da6fed8cd
4 changed files with 8 additions and 1067914 deletions

View file

@ -107,14 +107,19 @@ jobs:
IMAGE_BASE="${{ steps.tags.outputs.image_base }}"
VERSION="${{ steps.version.outputs.version }}"
echo "DEBUG: ref_name = ${{ gitea.ref_name }}"
echo "DEBUG: event_name = ${{ gitea.event_name }}"
echo "DEBUG: base_ref = ${{ gitea.base_ref }}"
docker push ${IMAGE_BASE}:${VERSION}
docker push ${IMAGE_BASE}:${{ gitea.sha }}
if [ "${{ gitea.ref_name }}" = "main" ]; then
echo "Pushing latest and main tags..."
docker push ${IMAGE_BASE}:latest
docker push ${IMAGE_BASE}:main
elif [ "${{ gitea.ref_name }}" = "dev" ]; then
docker push ${IMAGE_BASE}:dev
else
echo "Skipping latest/main tags - not on main branch (current: ${{ gitea.ref_name }})"
fi
- name: Create and push git tag

View file

@ -3,7 +3,7 @@ Jump to [Database Documentation](#database-documentation)
# LCC Backend API Documentation
**API Version:** v1.0
**Last Updated:** March 16, 2025
**Last Updated:** Dec 01, 2025
## Table of Contents

File diff suppressed because it is too large Load diff