Skip to content

Commit

Permalink
fix the image name to include base-org
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalprout committed Jun 13, 2024
1 parent 40516bf commit 5a96774
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

env:
REGISTRY: ghcr.io
NAMESPACE: ghcr.io/base-org
GETH_DEPRECATED_IMAGE_NAME: node
GETH_IMAGE_NAME: node-geth
RETH_IMAGE_NAME: node-reth
Expand All @@ -32,8 +33,8 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
${{ env.REGISTRY }}/${{ env.GETH_DEPRECATED_IMAGE_NAME }}
${{ env.REGISTRY }}/${{ env.GETH_IMAGE_NAME }}
${{ env.NAMESPACE }}/${{ env.GETH_DEPRECATED_IMAGE_NAME }}
${{ env.NAMESPACE }}/${{ env.GETH_IMAGE_NAME }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -72,7 +73,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
${{ env.REGISTRY }}/${{ env.RETH_IMAGE_NAME }}
${{ env.NAMESPACE }}/${{ env.RETH_IMAGE_NAME }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 5a96774

Please sign in to comment.