dependabot[bot]
3 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
|
|
@ -40,7 +40,7 @@ jobs: |
|
|
|
platforms: all |
|
|
|
|
|
|
|
- name: Set up Docker Buildx |
|
|
|
uses: docker/setup-buildx-action@v1.3.0 |
|
|
|
uses: docker/setup-buildx-action@v1.4.0 |
|
|
|
|
|
|
|
- name: Login to DockerHub |
|
|
|
if: ${{ github.event_name != 'pull_request' }} |
|
|
|
|
|
@ -34,7 +34,7 @@ jobs: |
|
|
|
echo ::set-output name=tags::${TAGS} |
|
|
|
|
|
|
|
- name: Set up Docker Buildx |
|
|
|
uses: docker/setup-buildx-action@v1.3.0 |
|
|
|
uses: docker/setup-buildx-action@v1.4.0 |
|
|
|
|
|
|
|
- name: Login to DockerHub |
|
|
|
uses: docker/login-action@v1.10.0 |
|
|
|