Skip to content

Build and test images #2

Build and test images

Build and test images #2

Workflow file for this run

name: Build and test images
on:
push:
pull_request:
# schedule:
# # Run at 00:00 UTC daily.
# - cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
alpine:
uses: ./.github/workflows/image-alpine.yml
with:
publish: false
debian:
uses: ./.github/workflows/image-debian.yml
ubuntu:
uses: ./.github/workflows/image-ubuntu.yml