set custom env

This commit is contained in:
2020-05-07 11:38:36 +10:00
parent 66890d9459
commit 2574ce5949
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Build and publish image
uses: matootie/github-docker@v2.2.2
env:
IMAGE_TAG: v1.0.$GITHUB_RUN_NUMBER
IMAGE_TAG: "v1.0.$GITHUB_RUN_NUMBER"
with:
username: wahyd4
accessToken: ${{ secrets.GITHUB_TOKEN }}