fix action after dir was renamed (#3871)
This commit is contained in:
parent
60424e0d38
commit
73b1560283
|
@ -2,7 +2,7 @@ name: publish-petclinic-base-image
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'testing-overhead/Dockerfile-petclinic-base'
|
- 'benchmark-overhead/Dockerfile-petclinic-base'
|
||||||
branches: [ 'main' ]
|
branches: [ 'main' ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -26,5 +26,5 @@ jobs:
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
file: testing-overhead/Dockerfile-petclinic-base
|
file: benchmark-overhead/Dockerfile-petclinic-base
|
||||||
tags: ghcr.io/open-telemetry/opentelemetry-java-instrumentation/petclinic-rest-base:latest
|
tags: ghcr.io/open-telemetry/opentelemetry-java-instrumentation/petclinic-rest-base:latest
|
||||||
|
|
Loading…
Reference in New Issue