Browse Source

Merge branch 'master' into consensus-no-panic-in-shutdown

pull/8170/head
Sam Kleinman 2 years ago
committed by GitHub
parent
commit
8434276517
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/docker.yml

+ 1
- 1
.github/workflows/docker.yml View File

@ -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


Loading…
Cancel
Save