Update docker login to use Gitea token fallback
Build and Validate / build-and-test (push) Failing after 16s
Build and Validate / build-and-test (push) Failing after 16s
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user