dependabot[bot]
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
.github/workflows/docker.yml
-
.github/workflows/proto-docker.yml
|
|
@ -44,7 +44,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Login to DockerHub |
|
|
|
if: ${{ github.event_name != 'pull_request' }} |
|
|
|
uses: docker/login-action@v1 |
|
|
|
uses: docker/login-action@v1.9.0 |
|
|
|
with: |
|
|
|
username: ${{ secrets.DOCKERHUB_USERNAME }} |
|
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
|
|
|
|
@ -37,7 +37,7 @@ jobs: |
|
|
|
uses: docker/setup-buildx-action@v1.3.0 |
|
|
|
|
|
|
|
- name: Login to DockerHub |
|
|
|
uses: docker/login-action@v1 |
|
|
|
uses: docker/login-action@v1.9.0 |
|
|
|
with: |
|
|
|
username: ${{ secrets.DOCKERHUB_USERNAME }} |
|
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
|
|