Commit 99290a68 authored by Ivan Vandot's avatar Ivan Vandot Committed by GitHub

k3d set v1.7.0 version (#460)

parent 14673366
......@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install k3d
run: curl -s https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
run: curl -s https://raw.githubusercontent.com/rancher/k3d/main/install.sh | TAG=v1.7.0 bash
- name: Install latest beekeeper
run: |
export TAG=$(curl -s https://api.github.com/repos/ethersphere/beekeeper/releases/latest | jq -r .tag_name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment