mirror of
https://github.com/wahyd4/scraper.git
synced 2026-08-09 05:06:22 +10:00
Fix image tag naming syntax issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user