File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
- run : |
16
- sudo apt-get -y update
16
+ . /etc/os-release
17
+ 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
18
+ curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key | sudo apt-key add -
19
+ sudo apt-get update
17
20
sudo apt-get -y install conntrack podman
18
21
podman version
19
22
- run : |
34
37
steps :
35
38
- uses : actions/checkout@v2
36
39
- run : |
37
- sudo apt-get -y update
40
+ . /etc/os-release
41
+ 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
42
+ curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key | sudo apt-key add -
43
+ sudo apt-get update
44
+ sudo apt-get -y install conntrack podman
38
45
podman version
39
46
- run : |
40
47
"${GITHUB_WORKSPACE}/scripts/start_registry.sh" kind-registry
You can’t perform that action at this time.
0 commit comments