Skip to content

Commit c117278

Browse files
authored
chore: change default image versions (#250)
Signed-off-by: Anton Misskii <amisskii@redhat.com>
1 parent c302977 commit c117278

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/podman-desktop-e2e-nightly-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
DEFAULT_PODMAN_PROVIDER: 'wsl'
7373
DEFAULT_ENV_VARS: 'TEST_PODMAN_MACHINE=true'
7474
DEFAULT_URL: 'https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-remote-release-windows_amd64.zip'
75-
DEFAULT_IMAGES_VERSIONS: 'BUILDER="v0.0.1",PODMAN="v0.0.1",RUNNER="v0.0.1"'
75+
DEFAULT_IMAGES_VERSIONS: 'BUILDER="v0.0.2",PODMAN="v0.0.2",RUNNER="v0.0.2"'
7676
run: |
7777
echo "FORK=${{ github.event.inputs.fork || env.DEFAULT_FORK }}" >> $GITHUB_ENV
7878
echo "BRANCH=${{ github.event.inputs.branch || env.DEFAULT_BRANCH }}" >> $GITHUB_ENV

.github/workflows/podman-desktop-e2e-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
DEFAULT_PODMAN_PROVIDER: 'wsl'
7777
DEFAULT_ENV_VARS: 'TEST_PODMAN_MACHINE=true'
7878
DEFAULT_PODMAN_OPTIONS: 'INIT=1,START=1,ROOTFUL=1,NETWORKING=0'
79-
DEFAULT_IMAGES_VERSIONS: 'BUILDER="v0.0.1",PODMAN="v0.0.1",RUNNER="v0.0.1"'
79+
DEFAULT_IMAGES_VERSIONS: 'BUILDER="v0.0.2",PODMAN="v0.0.2",RUNNER="v0.0.2"'
8080
run: |
8181
echo "FORK=${{ github.event.inputs.fork || env.DEFAULT_FORK }}" >> $GITHUB_ENV
8282
echo "BRANCH=${{ github.event.inputs.branch || env.DEFAULT_BRANCH }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)