rename images stage and add fedora36

This commit is contained in:
Malte Jürgens 2022-05-10 22:16:22 +02:00
parent db3e3626f6
commit 113855e946
No known key found for this signature in database
GPG Key ID: D29FBD5F93C0CFC3
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,11 @@
stages:
- buildImages
- images
- build
- release
- deploy
Build Docker Images:
stage: buildImages
stage: images
when: manual
# only:
# - master
@ -22,6 +22,7 @@ Build Docker Images:
- mint20
- fedora34
- fedora35
- fedora36
- macos-x86_64
- macos-aarch64
variables: