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:42:15 +02:00
parent 9ad983cc1c
commit 9c9722615f
+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