Skip to content

CI: modernize

CI: modernize #7

Workflow file for this run

name: Docker
on:
workflow_dispatch:
push:
branches: ["master"]
jobs:
build:
name: "Build"
uses: dockette/.github/.github/workflows/docker.yml@master
secrets: inherit
with:
image: "dockette/postgres"
tag: "${{ matrix.item }}"
context: "${{ matrix.item }}"
strategy:
matrix:
include:
- item: "10"
- item: "11"
- item: "12"
- item: "13"
- item: "14"
- item: "15"
- item: "16"
- item: "17"
- item: "18"
fail-fast: false