Skip to content

🚀 Add CI

🚀 Add CI #1

Workflow file for this run

name: Release Docker Image
on:
workflow_dispatch: # for manual testing
push:
# Publish semver tags as releases:
tags: ["v*.*.*"]
jobs:
call-docker-release:
permissions:
contents: read
packages: write
uses: thealtoclef/modular-automations/.github/workflows/docker-release.yaml@main