Skip to content

Commit 80a3355

Browse files
committed
fix container registry
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent e10cded commit 80a3355

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ jobs:
425425
id: meta
426426
uses: docker/metadata-action@v5
427427
with:
428-
images: ghcr.io/rebound-how/fault
428+
images: ghcr.io/fault-project/fault-cli
429429
tags: |
430430
type=semver,pattern={{version}},value=${{needs.extract-version.outputs.version}}
431431
@@ -485,7 +485,7 @@ jobs:
485485
id: meta
486486
uses: docker/metadata-action@v5
487487
with:
488-
images: ghcr.io/rebound-how/fault
488+
images: ghcr.io/fault-project/fault-cli
489489
flavor: |
490490
latest=false
491491
suffix=-stealth

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## Changed
44

5-
- Add support for high level fault injection into LLM and DB
5+
- Fix container registry

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["fault-cli", "fault-ebpf-programs"]
44
default-members = ["fault-cli"]
55

66
[workspace.package]
7-
version = "0.13.0"
7+
version = "0.13.1"
88
edition = "2024"
99
rust-version = "1.85"
1010
license-file = "LICENSE"

0 commit comments

Comments
 (0)