mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 16:59:12 +02:00
dockerhub use github.actor.
This commit is contained in:
parent
1f7d12b388
commit
9eb4c36596
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dockerhub.yml
vendored
4
.github/workflows/dockerhub.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
||||
- name: Generate base Dockerfile
|
||||
|
@ -106,7 +106,7 @@ jobs:
|
|||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue