|
@ -15,8 +15,8 @@ jobs: |
|
|
- name: Log in to Docker Hub |
|
|
- name: Log in to Docker Hub |
|
|
uses: docker/login-action@v1 |
|
|
uses: docker/login-action@v1 |
|
|
with: |
|
|
with: |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
|
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
|
|
|
|
|
|
username: ${{ secrets.DOCKERHUB_USERNAME }} |
|
|
|
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
|
|
|
|
|
|
|
- name: Extract metadata (tags, labels) for Docker |
|
|
- name: Extract metadata (tags, labels) for Docker |
|
|
id: meta |
|
|
id: meta |
|
|