Skip to content

Commit

Permalink
sd
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Oct 25, 2023
1 parent 15edc70 commit f40d9a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f40d9a1

Please sign in to comment.