[c] fix docker login, again
Some checks failed
Build and Push Docker Image / docker-build (push) Failing after 13s

This commit is contained in:
Sangelo 2024-10-21 15:53:44 +02:00
parent f78ea4e454
commit 176abcc787

View file

@ -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