|
@ -54,7 +54,7 @@ jobs: |
|
|
- name: Login to Docker Hub |
|
|
- name: Login to Docker Hub |
|
|
uses: docker/login-action@v1 |
|
|
uses: docker/login-action@v1 |
|
|
with: |
|
|
with: |
|
|
username: ${{ github.repository_owner }} |
|
|
username: ${{ secrets.DH_USER }} |
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
|
- name: find correct directory then build&push |
|
|
- name: find correct directory then build&push |
|
|
run: | |
|
|
run: | |
|
|