From f40d9a19eba2b62aeeec0dc229137d4f6baf13be Mon Sep 17 00:00:00 2001 From: Pavel Siska Date: Wed, 25 Oct 2023 14:48:09 +0200 Subject: [PATCH] sd --- .github/workflows/stage0.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/stage0.yml b/.github/workflows/stage0.yml index 29ec8fa5..bdc35ca4 100644 --- a/.github/workflows/stage0.yml +++ b/.github/workflows/stage0.yml @@ -11,12 +11,11 @@ on: branches: '*' jobs: - example_matrix: + build_docker_image: strategy: matrix: os: [oraclelinux-9, oraclelinux-8, rockylinux-8] steps: - - uses: actions/setup-node@v3 - name: IMAGE OS info run: echo ${{ matrix.os }} runs-on: ubuntu-latest