mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-30 10:42:37 +02:00
Oops, filename in dangerzone-converter.tar.gz
This commit is contained in:
parent
2e400423d7
commit
c883a86500
1 changed files with 1 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue