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