Skip to content

Commit

Permalink
Merge pull request #59 from lightstep/add-prebuilt-images-for-arrow-c…
Browse files Browse the repository at this point in the history
…ollector

Add proper dockerfile location via context
  • Loading branch information
Alex Boten authored Nov 22, 2023
2 parents da579f4 + c7fa974 commit 0ddd88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
context: ./arrow
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 0ddd88e

Please sign in to comment.