Skip to content

Commit

Permalink
Fix docker image path
Browse files Browse the repository at this point in the history
  • Loading branch information
akolotov committed Aug 30, 2022
1 parent 9e6df73 commit 4939d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
DOCKER_REGISTRY: ghcr.io
DOCKER_USERNAME: ${{ github.actor }}
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
IMAGE_NAME: ghcr.io/akolotov/zkbob-relayer
IMAGE_NAME: ghcr.io/zkBob/zkbob-relayer

jobs:
build-amd64:
Expand Down

0 comments on commit 4939d51

Please sign in to comment.