commit
4da6fed8cd
4 changed files with 8 additions and 1067914 deletions
|
|
@ -107,14 +107,19 @@ jobs:
|
||||||
IMAGE_BASE="${{ steps.tags.outputs.image_base }}"
|
IMAGE_BASE="${{ steps.tags.outputs.image_base }}"
|
||||||
VERSION="${{ steps.version.outputs.version }}"
|
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}:${VERSION}
|
||||||
docker push ${IMAGE_BASE}:${{ gitea.sha }}
|
docker push ${IMAGE_BASE}:${{ gitea.sha }}
|
||||||
|
|
||||||
if [ "${{ gitea.ref_name }}" = "main" ]; then
|
if [ "${{ gitea.ref_name }}" = "main" ]; then
|
||||||
|
echo "Pushing latest and main tags..."
|
||||||
docker push ${IMAGE_BASE}:latest
|
docker push ${IMAGE_BASE}:latest
|
||||||
docker push ${IMAGE_BASE}:main
|
docker push ${IMAGE_BASE}:main
|
||||||
elif [ "${{ gitea.ref_name }}" = "dev" ]; then
|
else
|
||||||
docker push ${IMAGE_BASE}:dev
|
echo "Skipping latest/main tags - not on main branch (current: ${{ gitea.ref_name }})"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Create and push git tag
|
- name: Create and push git tag
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Jump to [Database Documentation](#database-documentation)
|
||||||
# LCC Backend API Documentation
|
# LCC Backend API Documentation
|
||||||
|
|
||||||
**API Version:** v1.0
|
**API Version:** v1.0
|
||||||
**Last Updated:** March 16, 2025
|
**Last Updated:** Dec 01, 2025
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue