Skip to content

Commit 52e9777

Browse files
authored
Rename docker file so that renovate will pick it up (#13204)
1 parent 013b71c commit 52e9777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-petclinic-benchmark-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish PetClinic benchmark image
22
on:
33
push:
44
paths:
5-
- "benchmark-overhead/Dockerfile-petclinic-base"
5+
- "benchmark-overhead/Dockerfile.petclinic"
66
branches:
77
- main
88
workflow_dispatch:
@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
3636
with:
3737
push: true
38-
file: benchmark-overhead/Dockerfile-petclinic-base
38+
file: benchmark-overhead/Dockerfile.petclinic
3939
tags: ghcr.io/open-telemetry/opentelemetry-java-instrumentation/petclinic-rest-base:${{ env.TS }}
4040

4141
workflow-notification:

0 commit comments

Comments
 (0)