Skip to content

Merge pull request #21 from ajstanley/main #144

Merge pull request #21 from ajstanley/main

Merge pull request #21 from ajstanley/main #144

Workflow file for this run

name: Build and push
on:
push:
branches:
- "main"
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
bake:
name: Build and push
uses: ./.github/workflows/bake.yml
secrets: inherit