We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf6a25 commit 7d8e7adCopy full SHA for 7d8e7ad
.github/workflows/publish-autoinstrumentation-php.yaml
@@ -71,7 +71,7 @@ jobs:
71
with:
72
context: autoinstrumentation/php
73
push: ${{ github.event_name == 'push' }}
74
- build-args: SUB_DIR_WITH_FILES_FOR_DOCKER_IMAGE=${PWD}/autoinstrumentation/php/files_for_docker_image
+ build-args: SUB_DIR_WITH_FILES_FOR_DOCKER_IMAGE=files_for_docker_image
75
tags: ${{ steps.meta.outputs.tags }}
76
labels: ${{ steps.meta.outputs.labels }}
77
cache-from: type=local,src=/tmp/.buildx-cache
0 commit comments