Add versioning support for image tags

This commit is contained in:
Nick Alteen
2024-08-22 12:37:50 -04:00
parent c4ee7a8bc1
commit 2a734a52a3
5 changed files with 19 additions and 38 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ on:
- main
env:
MANIFEST_PATH: .version
MANIFEST_PATH: action.yml
permissions:
checks: write
@@ -33,7 +33,7 @@ jobs:
- name: Check Version
id: check-version
uses: issue-ops/semver@v2.0.0
uses: issue-ops/semver@v2
with:
check-only: true
manifest-path: ${{ env.MANIFEST_PATH }}