Ubuntu is back as additional Docker images. Alpine stays the default one. Related to #2185

pull/2284/head
nicolargo 2023-03-12 09:08:12 +01:00
parent e0a052c53e
commit 43291246de
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['alpine']
os: ['alpine', 'ubuntu']
tag: ${{ fromJson(needs.create_Docker_builds.outputs.tags) }}
steps:
- name: Checkout