Skip to content

Commit 7d8e7ad

Browse files
committed
Fixed path to relative since it's used in Dockerfile
1 parent fcf6a25 commit 7d8e7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-autoinstrumentation-php.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
context: autoinstrumentation/php
7373
push: ${{ github.event_name == 'push' }}
74-
build-args: SUB_DIR_WITH_FILES_FOR_DOCKER_IMAGE=${PWD}/autoinstrumentation/php/files_for_docker_image
74+
build-args: SUB_DIR_WITH_FILES_FOR_DOCKER_IMAGE=files_for_docker_image
7575
tags: ${{ steps.meta.outputs.tags }}
7676
labels: ${{ steps.meta.outputs.labels }}
7777
cache-from: type=local,src=/tmp/.buildx-cache

0 commit comments

Comments
 (0)