Skip to content

Commit 9e7a688

Browse files
committed
🐎 ci: 修复构建命令
1 parent 6ef8d5b commit 9e7a688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build Docker image
3636
run: |
3737
apt-get update && apt-get install -y ca-certificates
38-
docker build -t ${{ env.IMAGE_NAME }} -f --build-arg VERSION=${{ steps.version.outputs.version }} ./docker/dockerfile .
38+
docker build -t ${{ env.IMAGE_NAME }} --build-arg VERSION=${{ steps.version.outputs.version }} -f ./docker/dockerfile .
3939
4040
- name: Push Docker image
4141
if: success()

0 commit comments

Comments
 (0)