From 7eb691310360a749b1c88327eb8ef67f69b8d286 Mon Sep 17 00:00:00 2001 From: leboiko Date: Thu, 5 Dec 2024 12:10:13 -0300 Subject: [PATCH] Hardcoding name --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df7bd31..8949b7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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