From 73b15602839374f125e6b01ca7888ebd24bbf4b7 Mon Sep 17 00:00:00 2001 From: jason plumb <75337021+breedx-splk@users.noreply.github.com> Date: Wed, 18 Aug 2021 17:23:37 -0700 Subject: [PATCH] fix action after dir was renamed (#3871) --- .github/workflows/build-petclinic-overhead-base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-petclinic-overhead-base.yml b/.github/workflows/build-petclinic-overhead-base.yml index 0923c31a61..aeb4d7a6fa 100644 --- a/.github/workflows/build-petclinic-overhead-base.yml +++ b/.github/workflows/build-petclinic-overhead-base.yml @@ -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