File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
staging/operator-registry/.github/workflows Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
e2e :
14
- runs-on : ubuntu-20.04
14
+ runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- uses : actions/setup-go@v5
18
18
with :
19
19
go-version-file : ' go.mod'
20
20
- name : Install podman
21
21
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 -
25
22
sudo apt-get update
26
- sudo apt-get -y install conntrack podman
23
+ sudo apt-get -y install podman
27
24
podman version
28
25
- name : Create kind cluster and setup local docker registry
29
26
run : |
You can’t perform that action at this time.
0 commit comments