added code to extract version number
Docker / Test (push) Successful in 38s
Docker / Publish (push) Failing after 5s

This commit is contained in:
brb
2023-07-12 10:27:41 +02:00
parent 10821f94df
commit 9ad983cc1c
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
-
name: Get Version
id: get_version
run: echo ::set-output name=VERSION::${gitea.ref_name#refs/tags/}
run: echo ::set-output name=VERSION::${gitea.ref_name/refs\/tags\//}
-
name: Push Image
uses: docker/build-push-action@v2