mirror of
https://git.private.coffee/PrivateCoffee/wikimore.git
synced 2025-04-04 05:27:35 +03:00
fix: Update Docker login credentials
Replaces actor-based credentials with Forgejo secrets to authenticate against the private registry.
This commit is contained in:
parent
7cdb89c4be
commit
076869592c
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.private.coffee
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
username: ${{ secrets.FORGEJO_USER }}
|
||||
password: ${{ secrets.FORGEJO_TOKEN }}
|
||||
- name: Build and push to Docker Hub
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue