mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
put image name in there directly
This commit is contained in:
parent
89ccbede6c
commit
372d2847af
1 changed files with 1 additions and 3 deletions
4
.github/workflows/extended_tests_jobs.yml
vendored
4
.github/workflows/extended_tests_jobs.yml
vendored
|
|
@ -7,8 +7,6 @@ permissions:
|
|||
jobs:
|
||||
test:
|
||||
name: '-' # Makes results viewing cleaner
|
||||
env:
|
||||
IMAGE_NAME: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
@ -46,4 +44,4 @@ jobs:
|
|||
with:
|
||||
PYTHON_VERSION: "${{ matrix.PYTHON_VERSION }}"
|
||||
TOXENV: "${{ matrix.TOXENV }}"
|
||||
IMAGE_NAME: "${{ env.IMAGE_NAME }}"
|
||||
IMAGE_NAME: ubuntu-22.04
|
||||
|
|
|
|||
Loading…
Reference in a new issue