File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 e2e :
14- runs-on : ubuntu-20.04
14+ runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v4
1717 - uses : actions/setup-go@v5
1818 with :
1919 go-version-file : ' go.mod'
2020 - name : Install podman
2121 run : |
22- . /etc/os-release
23- echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
24- curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key | sudo apt-key add -
2522 sudo apt-get update
26- sudo apt-get -y install conntrack podman
23+ sudo apt-get -y install podman
2724 podman version
2825 - name : Create kind cluster and setup local docker registry
2926 run : |
You can’t perform that action at this time.
0 commit comments