Skip to content

Commit 96264c4

Browse files
authored
chore(ci): fixing destroy instance image (#1914)
Signed-off-by: Tibor Dancs <tdancs@redhat.com>
1 parent 37a4155 commit 96264c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ai-lab-e2e-nightly-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
-e ARM_SUBSCRIPTION_ID=${{ secrets.ARM_SUBSCRIPTION_ID }} \
241241
-e ARM_CLIENT_ID=${{ secrets.ARM_CLIENT_ID }} \
242242
-e ARM_CLIENT_SECRET='${{ secrets.ARM_CLIENT_SECRET }}' \
243-
quay.io/rhqp/qenvs:${{ env.QENVS_VERSION }} azure \
243+
${{ env.MAPT_IMAGE }}:${{ env.MAPT_VERSION }} azure \
244244
windows destroy \
245245
--project-name 'windows-desktop' \
246246
--backed-url 'file:///workspace'

0 commit comments

Comments
 (0)