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 4bcbfef commit 854a9ba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/development_dynamic_enviroment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
run: |
mkdir -p $GITHUB_WORKSPACE/.kube
echo "$KUBE_CONFIG" | base64 --decode > $GITHUB_WORKSPACE/.kube/config
- name: Run Skaffold pipeline as action
uses: hiberbee/[email protected]
with:
skaffold-version: 2.9.0
command: run
kubeconfig: ${{ github.workspace }}/.kube/config
filename: ${{ github.workspace }}/dev-skaffold.yaml
repository: registry.internal.visoft.solutions
# - name: Run Skaffold pipeline as action
# uses: hiberbee/[email protected]
# with:
# skaffold-version: 2.9.0
# command: run
# kubeconfig: ${{ github.workspace }}/.kube/config
# filename: ${{ github.workspace }}/dev-skaffold.yaml
# repository: registry.internal.visoft.solutions

0 comments on commit 854a9ba

Please sign in to comment.