[c] allow private repo pull
Some checks failed
Build and Push Docker Image / docker-build (push) Failing after 1s

This commit is contained in:
Sangelo 2024-10-21 15:36:00 +02:00
parent f5ce64f31f
commit 50f3fce7de

View file

@ -21,6 +21,9 @@ jobs:
steps:
- name: ⬇️ Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.FORGEJO_TOKEN }}
- name: 👤 Log in to the Container registry
uses: github.com/docker/login-action@v2