Skip to content

Commit

Permalink
Fixing dockerfiles for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
leboiko committed Dec 6, 2024
1 parent 53f9fdb commit 4b4d602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: consumer/Dockerfile.production
file: consumer/Dockerfile
push: true
platforms: linux/amd64,linux/arm64
tags: |
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: substreams-sink/Dockerfile.production
file: substreams-sink/Dockerfile
push: true
platforms: linux/amd64,linux/arm64
tags: |
Expand Down
2 changes: 0 additions & 2 deletions substreams-sink/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ pub enum SubstreamError {
BlockNotFound,
#[error(transparent)]
Envy(#[from] envy::Error),
#[error("Localstack URL not found")]
LocalstackUrlNotFound,
#[error(transparent)]
Model(#[from] models::error::ModelError),
#[error(transparent)]
Expand Down

0 comments on commit 4b4d602

Please sign in to comment.