mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 04:31:49 +02:00
Compare commits
3 commits
5f9da6cd73
...
c2b3225189
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c2b3225189 | ||
![]() |
df6c1cae37 | ||
![]() |
96aa56a6dc |
1 changed files with 1 additions and 1 deletions
2
.github/workflows/scan_released.yml
vendored
2
.github/workflows/scan_released.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Download container image for the latest release and load it
|
||||
run: |
|
||||
VERSION=$(curl https://api.github.com/repos/freedomofpress/dangerzone/releases/latest | jq -r '.tag_name')
|
||||
CONTAINER_FILENAME=container-${VERSION}-i686.tar.gz
|
||||
CONTAINER_FILENAME=container-${VERSION:1}-i686.tar.gz
|
||||
wget https://github.com/freedomofpress/dangerzone/releases/download/${VERSION}/${CONTAINER_FILENAME} -O ${CONTAINER_FILENAME}
|
||||
docker load -i ${CONTAINER_FILENAME}
|
||||
# NOTE: Scan first without failing, else we won't be able to read the scan
|
||||
|
|
Loading…
Reference in a new issue