-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish images to opentelemetry namespaces (#15)
* Publish images to opentelemetry namespaces Fixes #14 Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de> * Removed quay Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de> * Change release action Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
- Loading branch information
1 parent
0013b56
commit f9dbb1b
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
docker_manifests: | ||
- name_template: quay.io/jpkroehling/{distribution}:{{ .Tag }} | ||
- name_template: otel/{distribution}:{{ .Tag }} | ||
image_templates: | ||
- quay.io/jpkroehling/{distribution}:{{ .Tag }}-amd64 | ||
- otel/{distribution}:{{ .Tag }}-amd64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters