Skip to content

Commit

Permalink
Hardcoding name
Browse files Browse the repository at this point in the history
  • Loading branch information
leboiko committed Dec 5, 2024
1 parent b498560 commit 7eb6913
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
file: consumer/Dockerfile.production
push: true
tags: |
${{ env.REGISTRY }}/${{ format(env.OWNER, 'lower') }}/consumer:${{ steps.meta.outputs.version }}
${{ env.REGISTRY }}/${{ format(env.OWNER, 'lower') }}/consumer:latest
${{ env.REGISTRY }}/0xintuition/consumer:${{ steps.meta.outputs.version }}
${{ env.REGISTRY }}/0xintuition/consumer:latest
build-args: |
RUST_VERSION=${{ env.RUST_VERSION }}
Expand All @@ -57,8 +57,8 @@ jobs:
file: image-guard/Dockerfile.production
push: true
tags: |
${{ env.REGISTRY }}/${{ format(github.repository_owner, 'lower') }}/image-guard:${{ steps.meta.outputs.version }}
${{ env.REGISTRY }}/${{ format(github.repository_owner, 'lower') }}/image-guard:latest
${{ env.REGISTRY }}/0xintuition/image-guard:${{ steps.meta.outputs.version }}
${{ env.REGISTRY }}/0xintuition/image-guard:latest
build-args: |
RUST_VERSION=${{ env.RUST_VERSION }}
Expand All @@ -72,8 +72,8 @@ jobs:
file: substreams-sink/Dockerfile.production
push: true
tags: |
${{ env.REGISTRY }}/${{ format(github.repository_owner, 'lower') }}/substreams-sink:${{ steps.meta.outputs.version }}
${{ env.REGISTRY }}/${{ format(github.repository_owner, 'lower') }}/substreams-sink:latest
${{ env.REGISTRY }}/0xintuition/substreams-sink:${{ steps.meta.outputs.version }}
${{ env.REGISTRY }}/0xintuition/substreams-sink:latest
build-args: |
RUST_VERSION=${{ env.RUST_VERSION }}
Expand All @@ -87,8 +87,8 @@ jobs:
file: hasura/Dockerfile
push: true
tags: |
${{ env.REGISTRY }}/${{ format(github.repository_owner, 'lower') }}/hasura:${{ steps.meta.outputs.version }}
${{ env.REGISTRY }}/${{ format(github.repository_owner, 'lower') }}/hasura:latest
${{ env.REGISTRY }}/0xintuition/hasura:${{ steps.meta.outputs.version }}
${{ env.REGISTRY }}/0xintuition/hasura:latest
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 7eb6913

Please sign in to comment.