Skip to content

Commit 344f635

Browse files
committed
ci: Cache ona-dev image
1 parent ed6ef4f commit 344f635

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,10 @@ jobs:
4040
with:
4141
ruby-version: '3.4'
4242
bundler-cache: true
43+
- name: Cache Container Image
44+
uses: jamesmortensen/cache-container-images-action@v1
45+
with:
46+
images: |
47+
docker://ghcr.io/gsi-hpc/ona-dev:latest
4348
- name: Run Integration Tests
4449
run: bundle exec rake integration

0 commit comments

Comments
 (0)