Auto deploy
This commit is contained in:
2
.github/workflows/helm-linter.yaml
vendored
2
.github/workflows/helm-linter.yaml
vendored
@@ -4,7 +4,7 @@ env:
|
||||
HELM_HELPER: ${{ secrets.HELM_HELPER_IMAGE }}
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: [helm-deploy, Organization]
|
||||
runs-on: [helm-deploy]
|
||||
steps:
|
||||
- run: docker login -u ${{ secrets.DOCKER_REGISTRY_USER }} -p ${{ secrets.DOCKER_REGISTRY_PASSWORD }} "${{ secrets.HELM_HELPER_IMAGE }}"
|
||||
- name: Lint
|
||||
|
||||
Reference in New Issue
Block a user