Skip to content

add automated workflow to publish on tagging #1

add automated workflow to publish on tagging

add automated workflow to publish on tagging #1

Workflow file for this run

name: Automated build, test and publish image for tag
on:
push:
tags: ["v*.*.*"]
jobs:
call-publish-tag:
uses: ./.github/workflows/manually-publish-tag.yml@main

Check failure on line 9 in .github/workflows/publish-tag.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-tag.yml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
with:
tag: ${{ github.ref_name }}