Skip to content

Build/Release

Build/Release #6

Workflow file for this run

name: Build/Release
on:
pull_request:
workflow_dispatch:
jobs:
build-image:
if: github.event_name == 'pull_request'
uses: ./.github/workflows/image-builder-template.yaml
with:
push: false
push-image:
if: github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/image-builder-template.yaml
with:
push: true