Skip to content

Commit

Permalink
🐎 ci: 修复构建命令
Browse files Browse the repository at this point in the history
  • Loading branch information
TIANLI0 committed Sep 28, 2023
1 parent 6ef8d5b commit 9e7a688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build Docker image
run: |
apt-get update && apt-get install -y ca-certificates
docker build -t ${{ env.IMAGE_NAME }} -f --build-arg VERSION=${{ steps.version.outputs.version }} ./docker/dockerfile .
docker build -t ${{ env.IMAGE_NAME }} --build-arg VERSION=${{ steps.version.outputs.version }} -f ./docker/dockerfile .
- name: Push Docker image
if: success()
Expand Down

0 comments on commit 9e7a688

Please sign in to comment.