chore: promote stage to main #3

Merged
will.anderson merged 5 commits from stage into main 2026-05-08 06:20:40 +00:00
Showing only changes of commit 5393a85b04 - Show all commits
+2
View File
@@ -67,6 +67,8 @@ jobs:
echo "sha=${SHA}" >> "$GITHUB_OUTPUT"
- name: Build Gitea image
env:
DOCKER_BUILDKIT: "1"
run: |
TAGS=""
for t in ${{ steps.tag.outputs.tags }}; do