Skip to content

Commit dd023f3

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.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 Images
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)