Skip to content

Commit 7fe8122

Browse files
committed
fixes for docker images
1 parent 8ea99d1 commit 7fe8122

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-image-hyperspace.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
REGISTRY: ghcr.io
12-
IMAGE_NAME: composablefi/composable-ibc-private
12+
IMAGE_NAME: composablefi/composable-ibc-private/hyperspace
1313

1414
jobs:
1515

@@ -72,4 +72,4 @@ jobs:
7272
file: scripts/hyperspace.Dockerfile
7373
push: ${{ github.event_name != 'pull_request' }}
7474
tags: ${{ steps.meta.outputs.tags }}
75-
labels: ${{ steps.meta.outputs.labels }}
75+
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/docker-image-indexer.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
REGISTRY: ghcr.io
12-
IMAGE_NAME: composablefi/composable-ibc-private
12+
IMAGE_NAME: composablefi/composable-ibc-private/evm-indexer
1313

1414
jobs:
1515

@@ -72,4 +72,4 @@ jobs:
7272
file: scripts/indexer.Dockerfile
7373
push: ${{ github.event_name != 'pull_request' }}
7474
tags: ${{ steps.meta.outputs.tags }}
75-
labels: ${{ steps.meta.outputs.labels }}
75+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)