Skip to content

Commit 3d33db8

Browse files
committed
fix: load docker image to daemon after build
1 parent 20bfe96 commit 3d33db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
context: ${{ matrix.app.context }}
7979
file: ${{ matrix.app.context }}/Dockerfile
8080
push: false
81+
load: true
8182
tags: ${{ matrix.app.image }}:${{ github.sha }}
8283
cache-from: type=gha,scope=${{ matrix.app.name }}
8384
cache-to: type=gha,mode=max,scope=${{ matrix.app.name }}

0 commit comments

Comments
 (0)