Skip to content

Commit

Permalink
chore(test): update image used for provisioning (podman-desktop#696)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Lazar <[email protected]>
  • Loading branch information
cbr7 authored Aug 1, 2024
1 parent 069b983 commit a118ea1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/bootc-e2e-nightly-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
contents: read
checks: write
env:
QENVS_VERSION: v0.6.3
MAPT_VERSION: v0.6.8
MAPT_IMAGE: quay.io/redhat-developer/mapt
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -128,7 +129,7 @@ jobs:
-e ARM_SUBSCRIPTION_ID=${{ secrets.ARM_SUBSCRIPTION_ID }} \
-e ARM_CLIENT_ID=${{ secrets.ARM_CLIENT_ID }} \
-e ARM_CLIENT_SECRET='${{ secrets.ARM_CLIENT_SECRET }}' \
quay.io/rhqp/qenvs:${{ env.QENVS_VERSION }} azure \
${{ env.MAPT_IMAGE }}:${{ env.MAPT_VERSION }} azure \
windows create \
--project-name 'windows-desktop' \
--backed-url 'file:///workspace' \
Expand Down Expand Up @@ -228,7 +229,7 @@ jobs:
-e ARM_SUBSCRIPTION_ID=${{ secrets.ARM_SUBSCRIPTION_ID }} \
-e ARM_CLIENT_ID=${{ secrets.ARM_CLIENT_ID }} \
-e ARM_CLIENT_SECRET='${{ secrets.ARM_CLIENT_SECRET }}' \
quay.io/rhqp/qenvs:${{ env.QENVS_VERSION }} azure \
${{ env.MAPT_IMAGE }}:${{ env.MAPT_VERSION }} azure \
windows destroy \
--project-name 'windows-desktop' \
--backed-url 'file:///workspace'
Expand Down

0 comments on commit a118ea1

Please sign in to comment.