summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-containers.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-containers.yml')
-rw-r--r--.github/workflows/build-containers.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml
index 767798b..b52571c 100644
--- a/.github/workflows/build-containers.yml
+++ b/.github/workflows/build-containers.yml
@@ -24,6 +24,7 @@ jobs:
- name: xenial
- name: bionic
- name: focal
+ - name: noble
- name: docurium
- name: bionic-x86
dockerfile: bionic
@@ -39,11 +40,12 @@ jobs:
qemu: true
- name: centos7
- name: centos8
+ - name: fedora
runs-on: ubuntu-latest
name: "Create container: ${{ matrix.container.name }}"
steps:
- name: Check out repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
path: source
fetch-depth: 0