Skip to content

Commit

Permalink
fix: update unreleased splunk docker image (#294) (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys committed Jul 3, 2024
2 parents ce2cdea + 5461904 commit 0316e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
- name: Combined Splunk and SC4S Versions
id: combined_Splunkmatrix
run: |
splunk='{"version":"unreleased-python3_9-7027496d63d8", "build":"7027496d63d8", "islatest":false, "isoldest":false}'
splunk='{"version":"unreleased-python3_9-f8b1a92a256b", "build":"7027496d63d8", "islatest":false, "isoldest":false}'
combinedSplunkversions=$(echo '${{ steps.matrix.outputs.supportedSplunk }}' | jq --argjson A "$splunk" '. + [$A]')
echo "combinedSplunkversions=$(echo "$combinedSplunkversions" | jq -c .)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 0316e4e

Please sign in to comment.