Skip to content

Commit 572589c

Browse files
required package added and code built
1 parent c9bd781 commit 572589c

7 files changed

Lines changed: 98 additions & 160 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
name: Upload coverage
3333
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
3434
with:
35-
file: ./coverage/clover.xml
35+
files: ./coverage/clover.xml
3636
token: ${{ secrets.CODECOV_TOKEN }}

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,6 @@ jobs:
4646
uses: step-security/ghaction-setup-docker@v3
4747
```
4848
49-
> [!IMPORTANT]
50-
> macOS runners hang with latest QEMU 9.1.0. You need to install QEMU 9.0.2 as
51-
> a workaround:
52-
> ```yaml
53-
> name: ci
54-
>
55-
> on:
56-
> push:
57-
>
58-
> jobs:
59-
> docker:
60-
> runs-on: macos-13
61-
> steps:
62-
> -
63-
> name: Install QEMU 9.0.2
64-
> uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82
65-
> -
66-
> name: Set up Docker
67-
> uses: step-security/ghaction-setup-docker@v3
68-
> ```
69-
7049
### Daemon configuration
7150
7251
You can [configure the Docker daemon](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file)

dist/index.js

Lines changed: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/licenses.txt

Lines changed: 24 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"license": "Apache-2.0",
2626
"dependencies": {
2727
"@actions/core": "^1.10.1",
28-
"@docker/actions-toolkit": "^0.25.0",
28+
"@docker/actions-toolkit": "^0.46.0",
2929
"uuid": "^10.0.0"
3030
},
3131
"devDependencies": {

0 commit comments

Comments
 (0)