Skip to content

Commit 617c797

Browse files
committed
guess i need the full path
Signed-off-by: clux <[email protected]>
1 parent 0a7f6e0 commit 617c797

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/metadata-action@v5
2727
id: meta
2828
with:
29-
images: ghcr.io/${{ github.repository_owner }}/controller
29+
images: ghcr.io/${{ github.repository }}
3030
tags: |
3131
type=pep440,pattern={{version}}
3232
type=raw,value=latest,enable={{is_default_branch}}
@@ -100,7 +100,7 @@ jobs:
100100
uses: docker/metadata-action@v5
101101
id: meta
102102
with:
103-
images: ghcr.io/${{ github.repository_owner }}/controller
103+
images: ghcr.io/${{ github.repository }}
104104
tags: |
105105
type=pep440,pattern={{version}},prefix=otel-
106106
type=raw,value=otel,enable={{is_default_branch}}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ kubectl wait --for=condition=available deploy/doc-controller --timeout=30s
2424
kubectl port-forward service/doc-controller 8080:80
2525
```
2626

27-
The helm chart sets up the [container](https://github.com/kube-rs/controller-rs/pkgs/container/controller) built from this repository.
27+
The helm chart sets up the [container](https://github.com/kube-rs/controller-rs/pkgs/container/controller-rs) built from this repository.
2828

2929
### Opentelemetry
3030

0 commit comments

Comments
 (0)