Skip to content

Commit

Permalink
fix action after dir was renamed (#3871)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk authored Aug 19, 2021
1 parent 60424e0 commit 73b1560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-petclinic-overhead-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 73b1560

Please sign in to comment.