fix action after dir was renamed (#3871)

This commit is contained in:
jason plumb 2021-08-18 17:23:37 -07:00 committed by GitHub
parent 60424e0d38
commit 73b1560283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: publish-petclinic-base-image
on:
push:
paths:
- 'testing-overhead/Dockerfile-petclinic-base'
- 'benchmark-overhead/Dockerfile-petclinic-base'
branches: [ 'main' ]
workflow_dispatch:
jobs:
@ -26,5 +26,5 @@ jobs:
uses: docker/build-push-action@v2
with:
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