Update .github/workflows/deploy.yml
Some checks failed
Helm Lint / lint (push) Failing after 2h39m21s
Some checks failed
Helm Lint / lint (push) Failing after 2h39m21s
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Deploy to k8s
|
||||
on: [ workflow_dispatch ]
|
||||
env:
|
||||
DOCKER_TAG: "${{ secrets.DOCKER_REGISTRY }}/landing:${{ github.sha }}"
|
||||
DOCKER_TAG: "${{ secrets.DOCKER_REGISTRY }}/ostiwe-com/landing:${{ github.sha }}"
|
||||
HELM_HELPER: ${{ secrets.HELM_HELPER_IMAGE }}
|
||||
NAMESPACE: "landing"
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user