💚 Fix CI container build by providing correct secrets
This commit is contained in:
parent
f14dc1f239
commit
e380983ea9
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ jobs:
|
|||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: code.f2n.me
|
||||
username: ${{ secrets.MY_GITEA_USERNAME }}
|
||||
password: ${{ secrets.MY_GITEA_TOKEN }}
|
||||
username: ${{ secrets.MY_FORGEJO_USERNAME }}
|
||||
password: ${{ secrets.MY_FORGEJO_TOKEN }}
|
||||
- name: Build and push to local registry
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue