We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb12b75 commit 6f54c61Copy full SHA for 6f54c61
.github/workflows/test.yml
@@ -17,14 +17,6 @@ jobs:
17
- uses: actions/setup-go@v5
18
with:
19
go-version-file: 'go.mod'
20
- - name: Install podman
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
- sudo apt-get update
26
- sudo apt-get -y install conntrack podman
27
- podman version
28
- name: Create kind cluster and setup local docker registry
29
run: |
30
"${GITHUB_WORKSPACE}/scripts/start_registry.sh" kind-registry
0 commit comments