From 00aebb1f7e88735f5a45af680dae3322538fe190 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Feb 2022 06:05:10 +0000 Subject: [PATCH] chore(release): 1.5.1 ## [1.5.1](https://github.com/splunk/addonfactory-test-matrix-action/compare/v1.5.0...v1.5.1) (2022-02-15) ### Bug Fixes * add optional vendor matrix for UI ([#27](https://github.com/splunk/addonfactory-test-matrix-action/issues/27)) ([ff33595](https://github.com/splunk/addonfactory-test-matrix-action/commit/ff33595f674f1c3c7abf159e650078f67631012e)) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 665f590..a6ce959 100644 --- a/action.yml +++ b/action.yml @@ -3,4 +3,4 @@ name: "Add n Factory test matrix" description: "This tool automates the selection matrix dimensions" runs: using: "docker" - image: "Dockerfile" \ No newline at end of file + image: "docker://ghcr.io/splunk/addonfactory-test-matrix-action/addonfactory-test-matrix-action:v1.5.1"