set custom env

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