Skip to content

Add docker-release CI #1

Add docker-release CI

Add docker-release CI #1

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

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-release.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/docker-release.yaml" -> "thealtoclef/modular-automations/.github/workflows/docker-release-forked-repo.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.