We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3832599 commit 4b0b5a6Copy full SHA for 4b0b5a6
.github/workflows/publish-petclinic-benchmark-image.yml
@@ -2,7 +2,7 @@ name: Publish PetClinic benchmark image
2
on:
3
push:
4
paths:
5
- - "benchmark-overhead/Dockerfile-petclinic-base"
+ - "benchmark-overhead/Dockerfile.petclinic"
6
branches:
7
- main
8
workflow_dispatch:
@@ -35,7 +35,7 @@ jobs:
35
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
36
with:
37
push: true
38
- file: benchmark-overhead/Dockerfile-petclinic-base
+ file: benchmark-overhead/Dockerfile.petclinic
39
tags: ghcr.io/open-telemetry/opentelemetry-java-instrumentation/petclinic-rest-base:${{ env.TS }}
40
41
workflow-notification:
0 commit comments