[wip] second "Restore Testground resources..." should be "Load Testground resources..."

This commit is contained in:
Michael Bradley, Jr 2022-09-27 12:46:54 -05:00
parent c6ce673c9f
commit 135e9398f2
No known key found for this signature in database
GPG Key ID: 9FCA591DA4CE7D0D
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ jobs:
docker save iptestground/testground:edge | gzip > "${HOME}/docker/saved-images/iptestground_testground_edge.tar.gz"
working-directory: testground
- name: Restore Testground resources from cache
- name: Load Testground resources from cache
if: steps.testground-reources-cache.outputs.cache-hit == 'true'
run: |
docker load < "${HOME}/docker/saved-images/iptestground_sidecar_edge.tar.gz"