Skip to content

0.5.0-13

0.5.0-13 #32

Workflow file for this run

name: Build and Release Image
on:
push:
tags:
- '*'
jobs:
build-and-push:
uses: ./.github/workflows/_build.yaml
with:
tag: ${{ github.ref_name }}
ref: ${{ github.ref }}
push: true
secrets: inherit