Oops, filename in dangerzone-converter.tar.gz

This commit is contained in:
Micah Lee 2021-11-24 13:02:11 -08:00
parent 2e400423d7
commit c883a86500
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -77,7 +77,7 @@ jobs:
name: Load Dangerzone image into docker, if we restored it from cache
command: |
set +o pipefail
gunzip --stdout /caches/dangerzone-converter.tar | docker load | true
gunzip --stdout /caches/dangerzone-converter.tar.gz | docker load | true
- run:
name: Build Dangerzone image
command: |