WIP: Building #3

Draft
Brooke wants to merge 9 commits from building into main
Owner
No description provided.
Brooke added 9 commits 2026-08-20 22:56:49 +00:00
forgor it's gitea not forgejo
Build And Publish Container / build-latest (push) Failing after 38s
dbd20fd75a
remove non relevant socket proxy entry
Build And Publish Container / build-latest (push) Failing after 14s
77a917c0dd
change auth url
Build And Publish Container / build-latest (push) Successful in 1m57s
99a62a20ea
init manual build file, currently just a copy, testing short SHA for image names
Build And Publish Container / build-latest (push) Successful in 1m47s
61e54b958f
remove manual build, merge into singular tag-build yaml file.
Build And Publish Container / build-latest (push) Has been cancelled
6782b150bd
Brooke requested review from sixsmith 2026-08-20 23:10:45 +00:00
sixsmith approved these changes 2026-08-21 16:13:46 +00:00
sixsmith left a comment
Member

Looks good overall with some comments. Thanks for working on this!

Looks good overall with some comments. Thanks for working on this!
@@ -0,0 +17,4 @@
- name: Get short commit SHA
id: vars
run: |
calculatedSha=$(git rev-parse --short ${{ github.sha }})
Member

Is github.sha supposed to be available in this context?

Is `github.sha` supposed to be available in this context?
@@ -0,0 +27,4 @@
else
TAG="${{ gitea.ref_name }}"
fi
echo "RELEASE_TAG=$TAG" >> $GITHUB_ENV
Member

Same here as above, is $GITHUB_ENV going to set env.RELEASE_TAG in a non-GitHub context?

Same here as above, is `$GITHUB_ENV` going to set `env.RELEASE_TAG` in a non-GitHub context?
Some required checks failed
Build And Publish Container / build-latest (push) Has been cancelled
You are not authorized to merge this pull request.
This pull request can be merged automatically.
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin building:building
git checkout building
Sign in to join this conversation.