diff --git a/.github/workflows/deploy-helm.yml b/.github/workflows/deploy-helm.yml index e371829..bd87998 100644 --- a/.github/workflows/deploy-helm.yml +++ b/.github/workflows/deploy-helm.yml @@ -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 }} diff --git a/.github/workflows/docker-img.yml b/.github/workflows/docker-img.yml index edd1910..31592e0 100644 --- a/.github/workflows/docker-img.yml +++ b/.github/workflows/docker-img.yml @@ -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 @@ -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'