Skip to content

Commit

Permalink
Merge pull request #448 from icon-project/fix/context-dir-selection
Browse files Browse the repository at this point in the history
fix: docker build context directory selection
  • Loading branch information
debendraoli authored Dec 2, 2024
2 parents c0fe7c0 + bab9637 commit 21f0c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: build-and-push-relayer
uses: docker/build-push-action@v6
with:
context: https://github.com/icon-project/relayer-docker.git#relayer
context: https://github.com/icon-project/relayer-docker.git#:relayer
platforms: linux/amd64,linux/arm64
push: true
build-args: |
Expand Down

0 comments on commit 21f0c7b

Please sign in to comment.