Skip to content

Commit

Permalink
Fix build context (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKobayashi authored Sep 26, 2024
1 parent c48b45e commit 7a950a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Build and export to Docker
uses: docker/[email protected]
with:
context: ./${{ matrix.container }}
context: ${{ matrix.container }}
load: true
tags: "${{ needs.build-setup.outputs.repo-owner }}/${{ matrix.container }}:test"
# Test the built image
Expand Down

0 comments on commit 7a950a0

Please sign in to comment.