Browse Source
Merge branch 'master' into consensus-propogate-error
pull/8171/head
Sam Kleinman
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/docker.yml
|
|
@ -49,7 +49,7 @@ jobs: |
|
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
|
|
|
|
|
|
- name: Publish to Docker Hub |
|
|
|
uses: docker/build-push-action@v2.9.0 |
|
|
|
uses: docker/build-push-action@v2.10.0 |
|
|
|
with: |
|
|
|
context: . |
|
|
|
file: ./DOCKER/Dockerfile |
|
|
|