Fix image tag naming syntax issue

This commit is contained in:
2020-05-07 11:20:21 +10:00
parent a0b6389295
commit 84361bbf9c
+1 -11
View File
@@ -27,14 +27,4 @@ jobs:
with:
username: wahyd4
accessToken: ${{ secrets.GITHUB_TOKEN }}
imageTag: v1.0.${{GITHUB_RUN_NUMBER}}
# - name: deploy postgres to cluster
# uses: wahyd4/kubectl-helm-action@master
# env:
# KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
# with:
# args: |
# helm repo add bitnami https://charts.bitnami.com/bitnami
# helm upgrade --install postgres -n db -f postgres-values.yaml bitnami/postgresql
imageTag: v1.0.$GITHUB_RUN_NUMBER