Skip to content

Commit 9a15c5a

Browse files
chore(release): 2.0.0
# [2.0.0](v1.6.9...v2.0.0) (2024-05-08) ### Features * 2.0.0 version ([#15](#15)) ([5701c04](5701c04)) ### BREAKING CHANGES * depreciation of preserve infra functionality
1 parent 72ee994 commit 9a15c5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ outputs:
7676
description: 'Name of workflow triggered'
7777
runs:
7878
using: 'docker'
79-
image: 'Dockerfile'
79+
image: 'docker://ghcr.io/splunk/wfe-test-runner-action/wfe-test-runner-action:v2.0.0'
8080
args:
8181
- ${{ inputs.workflow-tmpl-name }}
8282
- ${{ inputs.workflow-template-ns }}
@@ -94,4 +94,3 @@ runs:
9494
- ${{ inputs.sc4s-docker-registry }}
9595
- ${{ inputs.os-name }}
9696
- ${{ inputs.os-version }}
97-

0 commit comments

Comments
 (0)