Skip to content

Commit f6a574d

Browse files
committed
Fix Docker image loading in CI/CD pipeline
- Add 'load: true' to docker/build-push-action to make image available locally - This fixes the 'Unable to find image' error in the Docker test step - Image is now properly loaded into Docker daemon for testing
1 parent 2fe4a5f commit f6a574d

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
@@ -217,6 +217,7 @@ jobs:
217217
context: .
218218
file: ./Dockerfile
219219
push: false
220+
load: true
220221
tags: bioanalyzer-backend:test
221222
cache-from: type=gha
222223
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)