From 28ca9e7e2a3b018889273af02a5b6ec913dd9862 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Fri, 1 Mar 2024 19:04:01 +0000 Subject: [PATCH] Fix image names --- test/actionlint/scenarios.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/actionlint/scenarios.json b/test/actionlint/scenarios.json index 93fa848..459bf9a 100644 --- a/test/actionlint/scenarios.json +++ b/test/actionlint/scenarios.json @@ -19,7 +19,7 @@ }, "install-jammy": { - "image": "jammy:jammy", + "image": "ubuntu:jammy", "features": { "actionlint": { "version": "latest" @@ -28,7 +28,7 @@ }, "install-jammy-with-settings": { - "image": "jammy:jammy", + "image": "ubuntu:jammy", "features": { "actionlint": { "version": "1.6.20",