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: 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