[c] allow private repo pull
Some checks failed
Build and Push Docker Image / docker-build (push) Failing after 1s
Some checks failed
Build and Push Docker Image / docker-build (push) Failing after 1s
This commit is contained in:
parent
f5ce64f31f
commit
50f3fce7de
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue