mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
Define machine image properly
This commit is contained in:
parent
4251f6a5a3
commit
3dfefc3e39
1 changed files with 3 additions and 3 deletions
|
@ -98,9 +98,9 @@ jobs:
|
|||
- /caches/dangerzone-converter.tar.gz
|
||||
- /caches/image-id.txt
|
||||
|
||||
convert_test_docs:
|
||||
convert-test-docs:
|
||||
machine:
|
||||
- image: ubuntu-2004:202111-01
|
||||
image: ubuntu-2004:202111-01
|
||||
steps:
|
||||
- run: *install-dependencies-deb
|
||||
- checkout
|
||||
|
@ -338,7 +338,7 @@ workflows:
|
|||
|
||||
build:
|
||||
jobs:
|
||||
- convert_test_docs
|
||||
- convert-test-docs
|
||||
- build-container-image
|
||||
- build-ubuntu-impish:
|
||||
requires:
|
||||
|
|
Loading…
Reference in a new issue