summaryrefslogtreecommitdiff
path: root/workflow_sources/test/prepare.lib.yml
diff options
context:
space:
mode:
Diffstat (limited to 'workflow_sources/test/prepare.lib.yml')
-rw-r--r--workflow_sources/test/prepare.lib.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/workflow_sources/test/prepare.lib.yml b/workflow_sources/test/prepare.lib.yml
index 94bd08f853..a327c610ac 100644
--- a/workflow_sources/test/prepare.lib.yml
+++ b/workflow_sources/test/prepare.lib.yml
@@ -97,7 +97,7 @@ prepare:
path: ci.tar
- name: SAVE CI DOCKER IMAGE IN CACHE
run: |
- docker save -o ci.tar (@= ci_image(erlang_version) @)
+ docker save --output ci.tar (@= ci_image(erlang_version) @)
- uses: google-github-actions/setup-gcloud@master
with:
service_account_key: ${{ secrets.GCR_JSON_KEY }}