Update docker login to use Gitea token fallback
Build and Validate / build-and-test (push) Failing after 16s

This commit is contained in:
2026-04-21 08:50:17 -04:00
parent 972677b7f6
commit d99922100c
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
- name: Login to Gitea Container Registry
if: success()
run: echo "${{ github.token }}" | docker login gitea.krisforbes.ca -u ${{ github.actor }} --password-stdin
run: echo "${{ secrets.GITEA_TOKEN || gitea.token || github.token }}" | docker login gitea.krisforbes.ca -u ${{ gitea.actor || github.actor }} --password-stdin
- name: Push Docker image
if: success()