Skip to content

Commit

Permalink
fix: change image names
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Jun 27, 2024
1 parent f45acf9 commit e0f610c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ on:
pull_request:
branches: [develop]





env:
REGISTRY: ghcr.io
IMAGE_NAME_LEADER: ${{ github.repository }}-leader
IMAGE_NAME_WORKER: ${{ github.repository }}-worker
IMAGE_NAME_LEADER: zkevm-leader
IMAGE_NAME_WORKER: zkevm-worker

jobs:
docker:
Expand Down

0 comments on commit e0f610c

Please sign in to comment.