We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550eba8 commit 7695739Copy full SHA for 7695739
.github/workflows/cometbft-docker.yml
@@ -51,7 +51,7 @@ jobs:
51
password: ${{ secrets.DOCKERHUB_TOKEN }}
52
53
- name: Publish to Docker Hub
54
- uses: docker/build-push-action@v6.12.0
+ uses: docker/build-push-action@v6.13.0
55
with:
56
context: .
57
file: ./DOCKER/Dockerfile
.github/workflows/testapp-docker.yml
file: ./test/e2e/docker/Dockerfile
0 commit comments