Skip to content

Commit ebe7fca

Browse files
authored
fix: add default podman_version for nightly runs (#521)
Signed-off-by: Ondrej Dockal <[email protected]>
1 parent 44c9466 commit ebe7fca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sso-e2e-nightly-windows.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
DEFAULT_ENV_VARS: 'TEST_PODMAN_MACHINE=true'
8686
DEFAULT_PODMAN_OPTIONS: 'INIT=1,START=1,ROOTFUL=1,NETWORKING=0'
8787
DEFAULT_PODMAN_PROVIDER: 'wsl'
88+
DEFAULT_VERSION: "${{ env.PD_PODMAN_VERSION || '5.3.1' }}"
8889
DEFAULT_EXT_REPO_OPTIONS: 'REPO=podman-desktop-redhat-account-ext,FORK=redhat-developer,BRANCH=main'
8990
DEFAULT_URL: "https://github.com/containers/podman/releases/download/v$DEFAULT_VERSION/podman-$DEFAULT_VERSION-setup.exe"
9091
DEFAULT_IMAGES_VERSIONS: 'BUILDER="v0.0.3",PODMAN="v0.0.3",RUNNER="v0.0.3"'

0 commit comments

Comments
 (0)