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
|
|
@ -50,7 +50,7 @@ jobs: |
|
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
|
|
|
|
|
|
- name: Publish to Docker Hub |
|
|
|
uses: docker/build-push-action@v2.5.0 |
|
|
|
uses: docker/build-push-action@v2.6.1 |
|
|
|
with: |
|
|
|
context: . |
|
|
|
file: ./DOCKER/Dockerfile |
|
|
|
|
|
@ -43,7 +43,7 @@ jobs: |
|
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
|
|
|
|
|
|
- name: Publish to Docker Hub |
|
|
|
uses: docker/build-push-action@v2.5.0 |
|
|
|
uses: docker/build-push-action@v2.6.1 |
|
|
|
with: |
|
|
|
context: ./tools/proto |
|
|
|
file: ./tools/proto/Dockerfile |
|
|
|