From d97326715a5afaecd08d511f58038dcf105fe099 Mon Sep 17 00:00:00 2001 From: Jose Riguera Date: Wed, 28 Aug 2024 14:18:01 +0200 Subject: [PATCH] Debug path --- .github/workflows/release-artifacts.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index bc68398..6e6c22c 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -100,12 +100,16 @@ jobs: type=ref,event=branch type=sha + - name: Test + run: | + ls -l otelcol-devß + - name: Build and export to Docker uses: docker/build-push-action@v6 with: context: ${{ env.DOCKER_BUILD_DIR }} build-args: | - "OTEL_BIN=${{ steps.artifact.outputs.download-path }}/${{ needs.compile.outputs.build-name }}" + "OTEL_BIN=otelcol-dev/${{ needs.compile.outputs.build-name }}" load: true tags: otelcol