Skip to content

Commit

Permalink
fix: upgrade workflow-engine-base
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoroszko-splunk committed May 29, 2024
1 parent 948bd4a commit 5c24065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/splunk/workflow-engine-base:4.0.0
FROM ghcr.io/splunk/workflow-engine-base:4.1.0

COPY entrypoint.sh /entrypoint.sh

Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ outputs:
description: 'Name of workflow triggered'
runs:
using: 'docker'
image: 'docker://ghcr.io/splunk/wfe-test-runner-action/wfe-test-runner-action:v5.0.0'
image: 'Dockerfile'
args:
- ${{ inputs.workflow-tmpl-name }}
- ${{ inputs.workflow-template-ns }}
Expand Down

0 comments on commit 5c24065

Please sign in to comment.