[c] fix docker login, again
Some checks failed
Build and Push Docker Image / docker-build (push) Failing after 13s
Some checks failed
Build and Push Docker Image / docker-build (push) Failing after 13s
This commit is contained in:
parent
f78ea4e454
commit
176abcc787
1 changed files with 5 additions and 3 deletions
|
@ -26,9 +26,11 @@ jobs:
|
|||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
|
||||
- name: 👤 Log in to the Container registry
|
||||
id: login
|
||||
run: |
|
||||
echo "${{ secrets.FORGEJO_TOKEN }}" | docker login gitpot.org -u ${{ gitea.actor }} --password-stdin
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.FORGEJO_TOKEN }}
|
||||
|
||||
- name: ✏️ Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
|
|
Loading…
Reference in a new issue