Skip to content

Commit

Permalink
fix: 修复 docker-test 工作流的 Dockerfile 路径问题
Browse files Browse the repository at this point in the history
  • Loading branch information
BigOrangeQWQ committed Oct 22, 2024
1 parent c5513f1 commit 3eb84a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- name: Build and Publish
uses: docker/build-push-action@v5
with:
file: ./Dockerfile
context: ./docker
push: true
tags: ${{ steps.metadata.outputs.tags }}
Expand Down

0 comments on commit 3eb84a5

Please sign in to comment.