Skip to content

Commit 0897939

Browse files
committed
ci: debug hub_docker_ci.yml issue (try 3, restore the cache-from:/cache-to: lines)
1 parent da290e6 commit 0897939

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/hub_docker_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
file: docker/vlang/Dockerfile.${{ matrix.os }}
6161
push: true
6262
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
6565

6666
- uses: docker/build-push-action@v6
6767
name: Build and deploy developer build
@@ -73,5 +73,5 @@ jobs:
7373
file: docker/vlang/Dockerfile.${{ matrix.os }}.dev-full
7474
push: true
7575
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

0 commit comments

Comments
 (0)