From 6107f32b5f7ed51a2e91e566ba1dc45c179009d8 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Wed, 11 Sep 2024 08:51:23 +0000 Subject: [PATCH] chore(release): 5.0.2 ## [5.0.2](https://github.com/splunk/wfe-test-runner-action/compare/v5.0.1...v5.0.2) (2024-09-11) ### Bug Fixes * add proper log message when argo logs yields with EOF error ([#34](https://github.com/splunk/wfe-test-runner-action/issues/34)) ([f2ba058](https://github.com/splunk/wfe-test-runner-action/commit/f2ba058b1fb5587c4da059d792d040a51eb50f84)) --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 6edc3e4..1f49462 100644 --- a/action.yaml +++ b/action.yaml @@ -80,7 +80,7 @@ outputs: description: 'Name of workflow triggered' runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://ghcr.io/splunk/wfe-test-runner-action/wfe-test-runner-action:v5.0.2' args: - ${{ inputs.workflow-tmpl-name }} - ${{ inputs.workflow-template-ns }}