Skip to content

Commit 6982343

Browse files
committed
ci: Add load:true to docker build step
Fix Docker image not being available for testing by explicitly loading the built image into Docker daemon. Required when using docker/build-push-action with push:false.
1 parent 55fdd50 commit 6982343

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
@@ -142,6 +142,7 @@ jobs:
142142
context: .
143143
file: ./Dockerfile
144144
push: false
145+
load: true
145146
tags: mygramdb:test
146147
cache-from: type=gha
147148
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)