Skip to content

Commit

Permalink
chore(deps): update ghcr.io/splunk/workflow-engine-base docker tag to…
Browse files Browse the repository at this point in the history
… v2.0.12
  • Loading branch information
renovate[bot] authored Jul 13, 2023
1 parent d8e72a4 commit ab10236
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ jobs:
needs.build.result == 'success'
runs-on: ubuntu-latest
container:
image: ghcr.io/splunk/workflow-engine-base:2.0.3
image: ghcr.io/splunk/workflow-engine-base:2.0.12
outputs:
argo-server: ${{ steps.test-setup.outputs.argo-server }}
argo-http1: ${{ steps.test-setup.outputs.argo-http1 }}
Expand Down Expand Up @@ -944,7 +944,7 @@ jobs:
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
container:
image: ghcr.io/splunk/workflow-engine-base:2.0.3
image: ghcr.io/splunk/workflow-engine-base:2.0.12
env:
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
Expand Down Expand Up @@ -1155,7 +1155,7 @@ jobs:
splunk: ${{ fromJson(needs.meta.outputs.matrix_latestSplunk) }}
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
container:
image: ghcr.io/splunk/workflow-engine-base:2.0.3
image: ghcr.io/splunk/workflow-engine-base:2.0.12
env:
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
Expand Down Expand Up @@ -1346,7 +1346,7 @@ jobs:
browser: [ "chrome","firefox" ]
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedUIVendors) }}
container:
image: ghcr.io/splunk/workflow-engine-base:2.0.3
image: ghcr.io/splunk/workflow-engine-base:2.0.12
env:
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
Expand Down Expand Up @@ -1545,7 +1545,7 @@ jobs:
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
marker: ${{ fromJson(inputs.marker) }}
container:
image: ghcr.io/splunk/workflow-engine-base:2.0.3
image: ghcr.io/splunk/workflow-engine-base:2.0.12
env:
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
Expand Down Expand Up @@ -1754,7 +1754,7 @@ jobs:
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
os: [ "ubuntu:14.04", "ubuntu:16.04","ubuntu:18.04","ubuntu:22.04", "centos:7", "redhat:8.0", "redhat:8.2", "redhat:8.3", "redhat:8.4", "redhat:8.5" ]
container:
image: ghcr.io/splunk/workflow-engine-base:2.0.3
image: ghcr.io/splunk/workflow-engine-base:2.0.12
env:
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
Expand Down Expand Up @@ -1959,7 +1959,7 @@ jobs:
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
os: [ "ubuntu:22.04", "centos:7","redhat:8.5" ]
container:
image: ghcr.io/splunk/workflow-engine-base:2.0.3
image: ghcr.io/splunk/workflow-engine-base:2.0.12
env:
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
Expand Down Expand Up @@ -2162,7 +2162,7 @@ jobs:
matrix:
splunk: ${{ fromJson(needs.meta.outputs.matrix_latestSplunk) }}
container:
image: ghcr.io/splunk/workflow-engine-base:2.0.3
image: ghcr.io/splunk/workflow-engine-base:2.0.12
env:
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
Expand Down

0 comments on commit ab10236

Please sign in to comment.