Skip to content

Commit d668045

Browse files
fix(ci): update Podman download URLs
Switch nightly Windows workflow Podman download URLs to the new podman-container-tools/podman repository location. AI-Assisted: Codex (Cursor) Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 4086c28 commit d668045

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ on:
4343
type: string
4444
required: true
4545
podman_remote_url:
46-
default: 'https://github.com/containers/podman/releases/download/v5.6.1/podman-5.6.1-setup.exe'
46+
default: 'https://github.com/podman-container-tools/podman/releases/download/v5.6.1/podman-5.6.1-setup.exe'
4747
description: 'podman remote setup exe'
4848
type: string
4949
required: true
@@ -105,7 +105,7 @@ jobs:
105105
DEFAULT_EXT_TESTS_OPTIONS: 'EXT_RUN_TESTS_FROM_EXTENSION=1,EXT_RUN_TESTS_AS_ADMIN=0'
106106
DEFAULT_EXT_REPO_OPTIONS: 'REPO=podman-desktop-rhel-ext,FORK=redhat-developer,BRANCH=main'
107107
DEFAULT_PODMAN_VERSION: "${{ env.PD_PODMAN_VERSION || '5.6.1' }}"
108-
DEFAULT_URL: 'https://github.com/containers/podman/releases/download/v$DEFAULT_PODMAN_VERSION/podman-$DEFAULT_PODMAN_VERSION-setup.exe'
108+
DEFAULT_URL: 'https://github.com/podman-container-tools/podman/releases/download/v$DEFAULT_PODMAN_VERSION/podman-$DEFAULT_PODMAN_VERSION-setup.exe'
109109
DEFAULT_PDE2E_IMAGE_VERSION: 'v0.0.3'
110110
DEFAULT_MAPT_PARAMS: 'IMAGE=${{ vars.MAPT_IMAGE || ''quay.io/redhat-developer/mapt'' }};VERSION_TAG=${{ vars.MAPT_VERSION_TAG || ''v0.12.1'' }};CPUS=${{ vars.MAPT_CPUS || ''8 '' }};MEMORY=${{ vars.MAPT_MEMORY || ''32'' }};EXCLUDED_REGIONS="${{ vars.MAPT_EXCLUDED_REGIONS || ''westindia,centralindia,southindia,australiacentral,australiacentral2,australiaeast,australiasoutheast,southafricanorth,southafricawest'' }}"'
111111
run: |

0 commit comments

Comments
 (0)