Skip to content

Commit eafa895

Browse files
committed
FIX make sure the image is kept between steps
1 parent dad8cac commit eafa895

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: docker/build-push-action@v6
2626
with:
2727
push: false
28+
load: true
2829
tags: ${{ env.DOCKER_IMAGE_NAME }}
2930
# Use GitHub Actions (GHA) as the cache backend
3031
# 'cache-from' attempts to restore layers from previous runs

0 commit comments

Comments
 (0)