Skip to content

Commit ca68fc8

Browse files
fix: addressed review comments
1 parent d977d66 commit ca68fc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
docker tag registry.gitlab.com/f5/greenhouse/apps/seven-layer-cake-collector/otel_custom_collector:${{ env.VERSION }} ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:${{ env.VERSION }}
3838
docker tag registry.gitlab.com/f5/greenhouse/apps/seven-layer-cake-collector/otel_custom_collector:${{ env.VERSION }} ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:latest
3939
docker push ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:${{ env.VERSION }}
40-
docker push ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:latest
40+
docker push ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:latest

pages/config/config_helper/config_datafabric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ SENSOR_ID="YOUR_ID"
4545
$ vi .env
4646
```
4747

48-
Finally, [Run The Configuration Helper]({{ site.url }}{{ site.baseurl }}/config/config_helper) and restart the project containers.
48+
Finally, [Run The Configuration Helper]({{ site.url }}{{ site.baseurl }}/config/config_helper#run-the-configuration-helper) and restart the project containers.

0 commit comments

Comments
 (0)