Skip to content

Merge pull request #399 from Zuehlke/fix-pipeline #126

Merge pull request #399 from Zuehlke/fix-pipeline

Merge pull request #399 from Zuehlke/fix-pipeline #126

Workflow file for this run

# run build on master brunch. build docker image and push to docker hub
name: master
on:
workflow_dispatch:
push:
branches:
- master
tags:
- '*'
permissions:
contents: read
packages: write
jobs:
build-and-push:
uses: ./.github/workflows/build-and-push.yml
with:
push_image: true