Skip to content

Commit

Permalink
update carvel github action (#363)
Browse files Browse the repository at this point in the history
* update carvel github action

* update kind version
  • Loading branch information
katmutua committed Feb 28, 2023
1 parent 675a56d commit 37f7560
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
- uses: vmware-tanzu/carvel-setup-action@v1
- uses: carvel-dev/setup-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install ko
Expand Down Expand Up @@ -212,13 +212,13 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
- uses: vmware-tanzu/carvel-setup-action@v1
- uses: carvel-dev/setup-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install kind
run: |
cd $(mktemp -d -t kind.XXXX)
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.15.0/kind-$(go env GOHOSTOS)-$(go env GOHOSTARCH)
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.17.0/kind-$(go env GOHOSTOS)-$(go env GOHOSTARCH)
chmod +x ./kind
sudo mv ./kind /usr/local/bin
cd -
Expand Down Expand Up @@ -587,7 +587,7 @@ jobs:
BUNDLE: registry.local/conventions/bundle
steps:
- uses: actions/checkout@v3
- uses: vmware-tanzu/carvel-setup-action@v1
- uses: carvel-dev/setup-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Generate certs
Expand Down Expand Up @@ -750,7 +750,7 @@ jobs:
asset_path: cartographer-conventions-samples-bundle.tar
asset_name: cartographer-conventions-samples-bundle-${{ steps.get_version.outputs.VERSION }}.tar
asset_content_type: application/x-tar
- uses: vmware-tanzu/carvel-setup-action@v1
- uses: carvel-dev/setup-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install crane
Expand Down

0 comments on commit 37f7560

Please sign in to comment.