From dd2a28dbfa9485be9f2e15080a976b36bbdfe7ce Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Fri, 9 Feb 2024 03:04:58 +0300 Subject: [PATCH] Use cloudposse version of jq (#59) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 615750b..cfd78a7 100644 --- a/action.yml +++ b/action.yml @@ -141,7 +141,7 @@ runs: # If a custom tag is added we can add a priority higher than that to set that as the output. # https://github.com/docker/metadata-action#priority-attribute # this formula is, of the tags, grab the first (highest priority), then split by : for the tag, grab the tag (last element) - - uses: edwardgeorge/jq-action@main + - uses: cloudposse/github-action-jq@0.4.0 id: tag with: compact: true