Skip to content

Commit

Permalink
Refactor event loading
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusSprunck committed Jan 10, 2023
1 parent fcca2f0 commit d224a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
npm run build
docker buildx create --name mybuilder
docker buildx use mybuilder
docker buildx build --platform linux/amd64,linux/arm64 -t sprunck/ethereum-event-scan:latest --push .
docker buildx build --platform linux/amd64,linux/arm64 -t sprunck/ethereum-event-scan:v23 --push .

0 comments on commit d224a00

Please sign in to comment.