Add docker-release CI #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Docker Image | ||
on: | ||
workflow_dispatch: # for manual testing | ||
push: | ||
# Publish semver tags as releases: | ||
tags: ["v*.*.*"] | ||
jobs: | ||
call-docker-release: | ||
uses: thealtoclef/modular-automations/.github/workflows/docker-release-forked-repo.yaml@main | ||
Check failure on line 11 in .github/workflows/docker-release.yaml GitHub Actions / .github/workflows/docker-release.yamlInvalid workflow file
|