mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-31 02:42:34 +02:00
Change docker username secret to github repo owner
This commit is contained in:
parent
9683e3bfd6
commit
c576878ff8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dockerpush.yml
vendored
2
.github/workflows/dockerpush.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue