mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
update github action
This commit is contained in:
parent
94f512fa2b
commit
4d0f0d5af6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-alpha.yml
vendored
2
.github/workflows/deploy-alpha.yml
vendored
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
aws-region: ${{ env.AWS_REGION }}
|
aws-region: ${{ env.AWS_REGION }}
|
||||||
- name: helm deploy
|
- name: helm deploy
|
||||||
uses: koslib/helm-eks-action@master
|
uses: koslib/helm-eks-action@v1.25.0
|
||||||
env:
|
env:
|
||||||
KUBE_CONFIG_DATA: ${{ secrets.EKS_ALPHA }}
|
KUBE_CONFIG_DATA: ${{ secrets.EKS_ALPHA }}
|
||||||
IMAGE_TAG: ${{ github.sha }}
|
IMAGE_TAG: ${{ github.sha }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue