Skip to content

Commit

Permalink
Debug path
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Aug 28, 2024
1 parent cb7dd56 commit d973267
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d973267

Please sign in to comment.