Skip to content

Commit

Permalink
Merge branch 'main' into feat/helia-ipns
Browse files Browse the repository at this point in the history
  • Loading branch information
whizzzkid authored Oct 18, 2023
2 parents 91faf2a + 1184d9d commit 5c522b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64

- name: Docker meta
id: meta
Expand All @@ -38,6 +40,7 @@ jobs:
with:
context: .
file: ./Dockerfile
provenance: false
push: ${{ github.event_name == 'push' || github.event.inputs.push == 'true' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c522b2

Please sign in to comment.