mirror of
https://git.private.coffee/PrivateCoffee/wikimore.git
synced 2025-04-04 05:27:35 +03:00
fix: Update Docker workflow credentials
Switches Docker login to use actor and token for Forgejo actions.
This commit is contained in:
parent
468ade3dee
commit
7cdb89c4be
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: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_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