Skip to content

Commit 1215f3f

Browse files
author
liq
committed
add: web的基础镜像构建
1 parent 06968a9 commit 1215f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-web-aliyun.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: docker/setup-buildx-action@v1
3131

3232
- name: Build Image
33-
run: docker build -t ${{env.image_url}} ./${{env.context}}/docker/App.Dockerfile
33+
run: docker build -t ${{env.image_url}} ${{env.context}}/docker/App.Dockerfile
3434

3535
# 登录dockerhub
3636
- name: Login to DockerHub

0 commit comments

Comments
 (0)