Skip to content

Commit

Permalink
Merge branch 'main' into rm/fix-libp2p-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron authored Sep 18, 2023
2 parents 82df99e + 8ced68c commit ecbc7e8
Show file tree
Hide file tree
Showing 69 changed files with 2,584 additions and 1,261 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ jobs:
with:
images: ghcr.io/espressosystems/hotshot/web-server

- name: Build and push web-server docker
uses: docker/build-push-action@v5
if: matrix.just_variants == 'async_std'
with:
context: ./
file: ./deploy/web-server.Dockerfile
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.web-server.outputs.tags }}
labels: ${{ steps.web-server.outputs.labels }}
# - name: Build and push web-server docker
# uses: docker/build-push-action@v5
# if: matrix.just_variants == 'async_std'
# with:
# context: ./
# file: ./deploy/web-server.Dockerfile
# platforms: linux/amd64
# push: ${{ github.event_name != 'pull_request' }}
# tags: ${{ steps.web-server.outputs.tags }}
# labels: ${{ steps.web-server.outputs.labels }}
Loading

0 comments on commit ecbc7e8

Please sign in to comment.