Skip to content

Commit

Permalink
use github.repository_owner in IMAGE_NAME in docker build workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiker committed Nov 1, 2023
1 parent 6530a2d commit 967d0e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-genesis-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: planetarium/mothership-l2launcher-genesis-deployer
IMAGE_NAME: ${{ github.repository_owner }}/mothership-l2launcher-genesis-deployer

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-genesis-init-predeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: planetarium/mothership-l2launcher-genesis-init-predeploy
IMAGE_NAME: ${{ github.repository_owner }}/mothership-l2launcher-genesis-init-predeploy

jobs:
build:
Expand Down

0 comments on commit 967d0e8

Please sign in to comment.