Skip to content

Commit

Permalink
update apibara
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed Oct 27, 2023
1 parent 9f8cf34 commit 0cb59e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:

- name: Download sink binaries
run: |
wget https://github.com/apibara/dna/releases/download/sink-webhook/v0.3.2/sink-webhook-x86_64-linux.gz
wget https://github.com/apibara/dna/releases/download/sink-webhook/v0.3.3/sink-webhook-x86_64-linux.gz
gunzip sink-webhook-x86_64-linux.gz
sudo cp sink-webhook-x86_64-linux /bin/sink-webhook
sudo chmod 777 /bin/sink-webhook
wget https://github.com/apibara/dna/releases/download/sink-postgres/v0.4.2/sink-postgres-x86_64-linux.gz
wget https://github.com/apibara/dna/releases/download/sink-postgres/v0.4.3/sink-postgres-x86_64-linux.gz
gunzip sink-postgres-x86_64-linux.gz
sudo cp sink-postgres-x86_64-linux /bin/sink-postgres
sudo chmod 777 /bin/sink-postgres
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ cp ./target/release/$APP_NAME /bin/server
EOF

# Download sink-webhook from the Github release
RUN wget https://github.com/apibara/dna/releases/download/sink-webhook/v0.3.2/sink-webhook-x86_64-linux.gz
RUN wget https://github.com/apibara/dna/releases/download/sink-webhook/v0.3.3/sink-webhook-x86_64-linux.gz
RUN gunzip sink-webhook-x86_64-linux.gz
RUN cp sink-webhook-x86_64-linux /bin/sink-webhook

# Download sink-postgres from the Github release
RUN wget https://github.com/apibara/dna/releases/download/sink-postgres/v0.4.2/sink-postgres-x86_64-linux.gz
RUN wget https://github.com/apibara/dna/releases/download/sink-postgres/v0.4.3/sink-postgres-x86_64-linux.gz
RUN gunzip sink-postgres-x86_64-linux.gz
RUN cp sink-postgres-x86_64-linux /bin/sink-postgres

Expand Down

0 comments on commit 0cb59e1

Please sign in to comment.