Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GitHub Actions では同梱の setup action でインストールできます。
```yaml
- uses: tawAsh1/batchkoi@<commit-sha> # action はタグでなく commit SHA で固定
with:
version: v0.3.0 # バイナリのバージョンも固定推奨
version: v0.5.0 # バイナリのバージョンも固定推奨
- run: batchkoi deploy --ext-str IMAGE_TAG=${{ github.sha }}
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ trust anchor, as the 2026 trivy incident showed; the attestation is):
```yaml
- uses: tawAsh1/batchkoi@<commit-sha> # pin actions by commit SHA, not tag
with:
version: v0.3.0 # pin the binary version too
version: v0.5.0 # pin the binary version too
- run: batchkoi deploy --ext-str IMAGE_TAG=${{ github.sha }}
```

Expand Down
Loading