Skip to content

Commit

Permalink
ci: fix dockerfile path for proxy image with mtr
Browse files Browse the repository at this point in the history
  • Loading branch information
xddxdd committed Mar 9, 2024
1 parent 91c0a89 commit 3951eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: '{{defaultContext}}:proxy'
file: '{context}/Dockerfile.mtr'
file: 'Dockerfile.mtr'
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7
push: true
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: '{{defaultContext}}:proxy'
file: '{context}/Dockerfile.mtr'
file: 'Dockerfile.mtr'
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7
push: true
tags: |
Expand Down

0 comments on commit 3951eed

Please sign in to comment.