try to inject building number

This commit is contained in:
2020-05-07 11:29:30 +10:00
parent b684ef4192
commit fc7aefae18
+1 -1
View File
@@ -27,4 +27,4 @@ jobs:
with:
username: wahyd4
accessToken: ${{ secrets.GITHUB_TOKEN }}
imageTag: "v1.0.$GITHUB_RUN_NUMBER"
imageTag: v1.0.${{env.GITHUB_RUN_NUMBER}}