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/dangerzone-converter.tar.gz
|
||||||
- /caches/image-id.txt
|
- /caches/image-id.txt
|
||||||
|
|
||||||
convert_test_docs:
|
convert-test-docs:
|
||||||
machine:
|
machine:
|
||||||
- image: ubuntu-2004:202111-01
|
image: ubuntu-2004:202111-01
|
||||||
steps:
|
steps:
|
||||||
- run: *install-dependencies-deb
|
- run: *install-dependencies-deb
|
||||||
- checkout
|
- checkout
|
||||||
|
@ -338,7 +338,7 @@ workflows:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
jobs:
|
jobs:
|
||||||
- convert_test_docs
|
- convert-test-docs
|
||||||
- build-container-image
|
- build-container-image
|
||||||
- build-ubuntu-impish:
|
- build-ubuntu-impish:
|
||||||
requires:
|
requires:
|
||||||
|
|
Loading…
Reference in a new issue