fix docker login: hardcode username instead of gitea.actor

This commit is contained in:
2026-03-16 02:16:07 -04:00
parent 32d5f19225
commit b90af2bdd6
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Login to Gitea Registry - name: Login to Gitea Registry
run: echo "${{ secrets.CI_REGISTRY_TOKEN }}" | docker login git.timothykim.net -u ${{ gitea.actor }} --password-stdin run: echo "${{ secrets.CI_REGISTRY_TOKEN }}" | docker login git.timothykim.net -u timothykim --password-stdin
- name: Build and Push - name: Build and Push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5