From 00480551ca9f64388b384a4ffe69c141fa90ef3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Thu, 31 Oct 2024 18:27:53 +0100 Subject: [PATCH] build: use the version-less container released-asset for now --- .github/workflows/scan_released.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan_released.yml b/.github/workflows/scan_released.yml index 95b80a511..7509b869f 100644 --- a/.github/workflows/scan_released.yml +++ b/.github/workflows/scan_released.yml @@ -13,7 +13,7 @@ jobs: - name: Download container image for the latest release run: | VERSION=$(curl https://api.github.com/repos/freedomofpress/dangerzone/releases/latest | jq -r '.tag_name') - wget https://github.com/freedomofpress/dangerzone/releases/download/${VERSION}/container-${VERSION}-i686.tar.gz -O container.tar.gz + wget https://github.com/freedomofpress/dangerzone/releases/download/${VERSION}/container.tar.gz -O container.tar.gz - name: Load container image run: docker load -i container.tar.gz # NOTE: Scan first without failing, else we won't be able to read the scan