Skip to content

Commit

Permalink
fix: gha yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Feb 27, 2024
1 parent 45c666c commit deeecf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: '.github/workflows/composite-set-k8s-cred'
- uses: './.github/workflows/composite-set-k8s-cred'
with:
secrets: ${{ secrets.KUBECONFIG }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: .github/workflows/composite-set-k8s-cred
- uses: ./.github/workflows/composite-set-k8s-cred
with:
secrets: ${{ secrets.KUBECONFIG }}
- timeout-minutes: 15 # should not take more than 15 minutes to warmup cache
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
timeout-minutes: 15 # should not take more than 15 minutes to copy cache
steps:
- uses: actions/checkout@v4
- uses: .github/workflows/composite-set-k8s-cred
- uses: ./.github/workflows/composite-set-k8s-cred
with:
secrets: ${{ secrets.KUBECONFIG }}
- name: 'set FROM_DIR TO_DIR'
Expand Down

0 comments on commit deeecf3

Please sign in to comment.