Skip to content

Commit

Permalink
fix fork build
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Nov 6, 2024
1 parent dd3d3af commit 3cbdb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
build-zetanode:
runs-on: ubuntu-22.04
env:
DOCKER_IMAGE: ghcr.io/${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}/zetanode
DOCKER_IMAGE: ghcr.io/${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login || github.repository_owner }}/zetanode
DOCKER_TAG: ${{ github.ref == 'refs/heads/develop' && 'develop' || github.sha }}
outputs:
image: ${{ fromJson(steps.build.outputs.metadata)['image.name'] }}
Expand Down

0 comments on commit 3cbdb50

Please sign in to comment.