Skip to content

Commit 5843881

Browse files
authored
Merge pull request #7 from ipdxco/ipdxco
chore: pl-strflt to ipdxco
2 parents 894fe31 + ceddff5 commit 5843881

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [1.0.2] - 2023-12-01
10+
### Changed
11+
- use saxon image from ipdxco
12+
913
## [1.0.1] - 2023-03-14
1014
### Added
1115
- support for providing multiple files as input

gotest-json-to-junit-xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ json="$(mktemp -p .)"
44
jq -ns 'inputs' "$1" > "$json"
55
trap "rm $json" EXIT
66

7-
docker run --rm -v "$(pwd):/workspace" -w "/workspace" ghcr.io/pl-strflt/saxon:v1 -json:"$json" -xsl:/etc/gotest.xsl -o:"$2"
7+
docker run --rm -v "$(pwd):/workspace" -w "/workspace" ghcr.io/ipdxco/saxon:v1 -json:"$json" -xsl:/etc/gotest.xsl -o:"$2"

0 commit comments

Comments
 (0)