Browse Source
Change docker username secret to github repo owner
pull/53/head
Liam Tiemon
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/dockerpush.yml
|
|
@ -15,7 +15,7 @@ jobs: |
|
|
- name: Login to DockerHub |
|
|
- name: Login to DockerHub |
|
|
uses: docker/login-action@v1 |
|
|
uses: docker/login-action@v1 |
|
|
with: |
|
|
with: |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
username: ${{ github.repository_owner }} |
|
|
password: ${{ secrets.DOCKER_TOKEN }} |
|
|
password: ${{ secrets.DOCKER_TOKEN }} |
|
|
- name: Login to GitHub Container Registry |
|
|
- name: Login to GitHub Container Registry |
|
|
uses: docker/login-action@v1 |
|
|
uses: docker/login-action@v1 |
|
|
|