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 4218b54 commit 9745292Copy full SHA for 9745292
.github/workflows/e2e-tests.yaml
@@ -84,9 +84,9 @@ jobs:
84
- name: Download Podman Desktop
85
shell: bash
86
run: |
87
- PD_VERSION=1.23.1
+ PD_VERSION=1.24.0-202512010926-c9f179c28b7
88
echo "Downloading PD desktop to ${{ github.workspace }}/podman-desktop"
89
- curl -sL "https://github.com/podman-desktop/podman-desktop/releases/download/v${PD_VERSION}/podman-desktop-${PD_VERSION}.tar.gz" | tar xvz
+ curl -sL "https://github.com/podman-desktop/testing-prereleases/releases/download/v${PD_VERSION}/podman-desktop-${PD_VERSION}.tar.gz" | tar xvz
90
# Move the extracted folder to the podman-desktop folder
91
mv podman-desktop-${PD_VERSION}/ podman-desktop/
92
echo "PODMAN_DESKTOP_BINARY_PATH=$(pwd)/podman-desktop/podman-desktop" >> $GITHUB_ENV
0 commit comments