Skip to content

Commit

Permalink
Merge branch 'main' into fixing-ci-workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Eduardo Boiko Ferreira <luiseduardo.boiko@gmail.com>
  • Loading branch information
leboiko authored Dec 5, 2024
2 parents 4c6fe4a + 758102f commit 7d785d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
tags: |
${{ env.REGISTRY }}/${{ format(env.OWNER, 'lower') }}/consumer:${{ steps.meta.outputs.version }}
${{ env.REGISTRY }}/${{ format(env.OWNER, 'lower') }}/consumer:latest
build-args: |
RUST_VERSION=${{ env.RUST_VERSION }}
cache-from: type=gha
Expand All @@ -58,6 +59,7 @@ jobs:
tags: |
${{ env.REGISTRY }}/${{ format(github.repository_owner, 'lower') }}/image-guard:${{ steps.meta.outputs.version }}
${{ env.REGISTRY }}/${{ format(github.repository_owner, 'lower') }}/image-guard:latest
build-args: |
RUST_VERSION=${{ env.RUST_VERSION }}
cache-from: type=gha
Expand All @@ -72,6 +74,7 @@ jobs:
tags: |
${{ env.REGISTRY }}/${{ format(github.repository_owner, 'lower') }}/substreams-sink:${{ steps.meta.outputs.version }}
${{ env.REGISTRY }}/${{ format(github.repository_owner, 'lower') }}/substreams-sink:latest
build-args: |
RUST_VERSION=${{ env.RUST_VERSION }}
cache-from: type=gha
Expand All @@ -86,6 +89,7 @@ jobs:
tags: |
${{ env.REGISTRY }}/${{ format(github.repository_owner, 'lower') }}/hasura:${{ steps.meta.outputs.version }}
${{ env.REGISTRY }}/${{ format(github.repository_owner, 'lower') }}/hasura:latest
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 7d785d9

Please sign in to comment.