From 745a332fca7023a69a58531ebbf69dfdb83da441 Mon Sep 17 00:00:00 2001 From: Josef Andersson Date: Sun, 23 Oct 2022 15:43:11 +0200 Subject: [PATCH] fix: bump action image v0.1.0-alpha.26-3-g6380738 This bumps the action image to latest 0.1.26. It also adds the needed enforce arg. Signed-off-by: Josef Andersson Signed-off-by: Noel Georgi --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 70bedf34..c7feefe3 100644 --- a/action.yml +++ b/action.yml @@ -9,4 +9,6 @@ inputs: required: true runs: using: "docker" - image: "docker://autonomy/conform:v0.1.0-alpha.20" + image: "docker://ghcr.io/siderolabs/conform:v0.1.0-alpha.27" + args: + - 'enforce'