Skip to content

CI: disable fail fast #6

CI: disable fail fast

CI: disable fail fast #6

Workflow file for this run

name: "Docker"
on:
workflow_dispatch:
push:
branches: ["master"]
schedule:
- cron: "0 8 * * 1"
jobs:
build:
name: "Build"
uses: dockette/.github/.github/workflows/docker.yml@master
secrets: inherit
with:
image: "dockette/deploy"
tag: "${{ matrix.tag }}"
context: "${{ matrix.context }}"
strategy:
matrix:
include:
- tag: "deployer7"
context: "deployer/v7"
- tag: "deployer6"
context: "deployer/v6"
fail-fast: false