GITEA_TOKEN maybe?
Some checks failed
App Image CI / Build app image (push) Failing after -2m26s

This commit is contained in:
Cory Sanin 2025-04-25 23:11:24 -05:00
parent 1d79ae5577
commit ec3a8d1ff7

View File

@ -33,10 +33,9 @@ jobs:
with:
registry: ${{ env.GH_REGISTRY }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Extract metadata for Docker image
if: "!startsWith(github.ref, 'refs/tags/v')"
id: meta
uses: https://github.com/docker/metadata-action@v5
with: