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 efccc01 commit c4e6cad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}


on:
push:
branches: '*'
Expand All @@ -13,7 +12,6 @@ on:

jobs:
example_matrix:
runs-on: ubuntu-latest
strategy:
matrix:
os: [oraclelinux:9, oraclelinux:8, rockylinux:8]
Expand All @@ -23,8 +21,8 @@ jobs:
image-os: ${{ matrix.os }}
- name: IMAGE OS info
run: echo ${{ matrix.image-os }}
runs-on: ubuntu-latest

docker-image-ol9:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c4e6cad

Please sign in to comment.