Open
Description
Description
I am having this snippet in a workflow file:
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: my.gitea.domain
username: ${{ github.repository_owner }}
password: ${{ secrets.GITEA_TOKEN }}
I exchanged github.repository_owner
with github.actor
as well. Bot did not work.
I see the following error in the actions run log:
Log in to the Container registry
Logging into my.gitea.domain...
::error::Error response from daemon: login attempt to https://my.gitea.domain/v2/ failed with status: 401 Unauthorized
Gitea Version
1.19.0
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
I am running it in a docker container and am reverse proxying the https port.
Database
None