Skip to content

Commit 2f5fee3

Browse files
committed
fix: 修正缓存镜像构建的Dockerfile文件名
1 parent eafe706 commit 2f5fee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cnb/workflows/build-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ main:
99
- name: 构建缓存镜像
1010
type: docker:cache
1111
options:
12-
dockerfile: cache.dockerfile
12+
dockerfile: .cache.dockerfile
1313
by:
1414
- package.json
1515
- package-lock.json

0 commit comments

Comments
 (0)