Skip to content

Commit

Permalink
fix ci工作目录错误
Browse files Browse the repository at this point in the history
  • Loading branch information
ryjer committed Sep 14, 2023
1 parent 0312580 commit 64c7c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: alpine
file: Dockerfile
file: alpine/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: private
file: Dockerfile
file: private/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit 64c7c37

Please sign in to comment.