Skip to content

Commit

Permalink
fix(ci): specify dir correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
debendraoli committed Dec 2, 2024
1 parent 3d41676 commit 749b60f
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 749b60f

Please sign in to comment.