Skip to content

Commit

Permalink
fix: add default podman_version for nightly runs
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <[email protected]>
  • Loading branch information
odockal committed Jan 16, 2025
1 parent 7c7386b commit a242557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sso-e2e-nightly-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
DEFAULT_ENV_VARS: 'TEST_PODMAN_MACHINE=true'
DEFAULT_PODMAN_OPTIONS: 'INIT=1,START=1,ROOTFUL=1,NETWORKING=0'
DEFAULT_PODMAN_PROVIDER: 'wsl'
DEFAULT_VERSION: "${{ env.PD_PODMAN_VERSION || '5.3.1' }}"
DEFAULT_EXT_REPO_OPTIONS: 'REPO=podman-desktop-redhat-account-ext,FORK=redhat-developer,BRANCH=main'
DEFAULT_URL: "https://github.com/containers/podman/releases/download/v$DEFAULT_VERSION/podman-$DEFAULT_VERSION-setup.exe"
DEFAULT_IMAGES_VERSIONS: 'BUILDER="v0.0.3",PODMAN="v0.0.3",RUNNER="v0.0.3"'
Expand Down

0 comments on commit a242557

Please sign in to comment.