File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 60
60
file : docker/vlang/Dockerfile.${{ matrix.os }}
61
61
push : true
62
62
build-args : ' USER=thevlang'
63
- # # cache-from: type=registry,ref=thevlang/vlang:${{ matrix.os }}-buildcache
64
- # # cache-to: type=registry,ref=thevlang/vlang:${{ matrix.os }}-buildcache,mode=max
63
+ cache-from : type=registry,ref=thevlang/vlang:${{ matrix.os }}-buildcache
64
+ cache-to : type=registry,ref=thevlang/vlang:${{ matrix.os }}-buildcache,mode=max
65
65
66
66
- uses : docker/build-push-action@v6
67
67
name : Build and deploy developer build
73
73
file : docker/vlang/Dockerfile.${{ matrix.os }}.dev-full
74
74
push : true
75
75
build-args : ' USER=thevlang'
76
- # # cache-from: type=registry,ref=thevlang/vlang:${{ matrix.os }}-dev-buildcache
77
- # # cache-to: type=registry,ref=thevlang/vlang:${{ matrix.os }}-dev-buildcache,mode=max
76
+ cache-from : type=registry,ref=thevlang/vlang:${{ matrix.os }}-dev-buildcache
77
+ cache-to : type=registry,ref=thevlang/vlang:${{ matrix.os }}-dev-buildcache,mode=max
You can’t perform that action at this time.
0 commit comments