diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cdbaf55..ef695a4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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