Update secret name to GITEATOKEN
Build and Validate / build-and-test (push) Successful in 36s

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