|
@ -34,8 +34,8 @@ jobs: |
|
|
if: github.event_name != 'pull_request' |
|
|
if: github.event_name != 'pull_request' |
|
|
uses: docker/login-action@v2 |
|
|
uses: docker/login-action@v2 |
|
|
with: |
|
|
with: |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
username: ${{ secrets.DOCKER_HUB_USERNAME }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} |
|
|
|
|
|
|
|
|
- name: Build and push |
|
|
- name: Build and push |
|
|
uses: docker/build-push-action@v3 |
|
|
uses: docker/build-push-action@v3 |
|
|