💚 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
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: code.f2n.me
|
registry: code.f2n.me
|
||||||
username: ${{ secrets.MY_GITEA_USERNAME }}
|
username: ${{ secrets.MY_FORGEJO_USERNAME }}
|
||||||
password: ${{ secrets.MY_GITEA_TOKEN }}
|
password: ${{ secrets.MY_FORGEJO_TOKEN }}
|
||||||
- name: Build and push to local registry
|
- name: Build and push to local registry
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue