From 9efc1123220312c716d5ccb93fb255d032789246 Mon Sep 17 00:00:00 2001 From: Gert Drapers Date: Thu, 7 Oct 2021 17:43:17 -0700 Subject: [PATCH] policy-push-action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5c73296..96c90f0 100644 --- a/action.yml +++ b/action.yml @@ -18,5 +18,5 @@ inputs: default: error runs: using: docker - image: 'docker://ghcr.io/opcr-io/policy:latest' + image: 'docker://ghcr.io/opcr-io/policy:0.0' entrypoint: /app/push.sh