Skip to content

Commit

Permalink
Merge pull request #35 from WyriHaximus/Bump-helm/kind-action-to-v1.2.0
Browse files Browse the repository at this point in the history
Bump helm/kind-action to v1.2.0
  • Loading branch information
WyriHaximus authored Jul 31, 2021
2 parents 71299d6 + 7473495 commit 8fcd7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.0.0-rc.1
uses: helm/kind-action@v1.2.0
- name: Get running image ID
id: ps
run: printf "::set-output name=id::%s" $(docker ps --format "{{.ID}}")
Expand Down

0 comments on commit 8fcd7c6

Please sign in to comment.