Skip to content

Bump actions/checkout from 3 to 4 (#40) #67

Bump actions/checkout from 3 to 4 (#40)

Bump actions/checkout from 3 to 4 (#40) #67

name: Images
on:
push:
branches:
- master
- "v[0-9]+.[0-9]+"
paths-ignore:
- "Containerfile.*"
- .github/workflows/images.yaml
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "Containerfile.*"
- .github/workflows/images.yaml
concurrency:
group: ${{ github.workflow }}-ignore-${{ github.head_ref }}
cancel-in-progress: true
permissions: {}
jobs:
image:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
image:
- almalinux-8
- almalinux-9
- cross-s390x
- fedora-37
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
steps:
- run: |
echo "Skipping ${{ github.workflow }}/${{ github.job }}/${{ matrix.image }}"