Skip to content

Commit 3aaac0e

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Set up Docker Buildx
3030
uses: docker/setup-buildx-action@v1
3131

32+
- name: Print Current Path
33+
run: pwd && ls
34+
3235
- name: Build Image
3336
run: docker build -t ${{env.image_url}} ${{env.context}}/docker/App.Dockerfile
3437

0 commit comments

Comments
 (0)