Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Nov 27, 2023
1 parent 56e7cce commit 4bcbfef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/development_dynamic_enviroment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
mkdir -p $GITHUB_WORKSPACE/.kube
echo "$KUBE_CONFIG" | base64 --decode > $GITHUB_WORKSPACE/.kube/config
- name: Run Skaffold pipeline as action
uses: hiberbee/github-action-skaffold@1.19.0
uses: hiberbee/github-action-skaffold@1.27.0
with:
skaffold-version: 2.9.0
command: run
kubeconfig: ${{ github.workspace }}/.kube/config
filename: ${{ github.workspace }}/dev-skaffold.yaml
Expand Down

0 comments on commit 4bcbfef

Please sign in to comment.