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 bf4ed12 commit c952ce9Copy full SHA for c952ce9
.github/workflows/docker-image.yml
@@ -12,7 +12,7 @@ env:
12
13
jobs:
14
15
- build-podman-v4:
+ build-podman-v5:
16
env:
17
CGO_ENABLED: 1 # CGO is required for podman
18
runs-on: ubuntu-latest
@@ -30,7 +30,7 @@ jobs:
30
if: steps.cache-podman-bin.outputs.cache-hit != 'true'
31
with:
32
repository: containers/podman
33
- ref: v5.4.2
+ ref: ${{ env.PODMAN_VER }}
34
35
- uses: actions/setup-go@v4
36
@@ -54,7 +54,7 @@ jobs:
54
55
run: sudo apt install -y libsystemd-dev libseccomp-dev pkg-config golang-github-proglottis-gpgme-dev
56
57
- - name: Build podman v4
+ - name: Build podman v5
58
59
run: make binaries
60
0 commit comments