Skip to content

Merge pull request #20 from ajstanley/main #143

Merge pull request #20 from ajstanley/main

Merge pull request #20 from ajstanley/main #143

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