Skip to content

DM-44249: Add AlmaLinux 9 Dockerfile. #4

DM-44249: Add AlmaLinux 9 Dockerfile.

DM-44249: Add AlmaLinux 9 Dockerfile. #4

Workflow file for this run

name: Build
on:
pull_request:
push:
tags:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: lsst-sqre/build-and-push-to-ghcr@v1
id: build
with:
image: ${{ github.repository }}
github_token: ${{ secrets.GITHUB_TOKEN }}
dockerfile: base-9/Dockerfile