Skip to content

Commit

Permalink
fix context path
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Oct 21, 2024
1 parent e19d4d0 commit 078107c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
- name: Build
uses: docker/build-push-action@v6
with:
context: ${{ inputs.build_kit_docker_directory }}
context: source/${{ inputs.build_kit_docker_directory }}
push: false
platforms: ${{ env.PLATFORMS }}
cache-from: type=gha
Expand Down

0 comments on commit 078107c

Please sign in to comment.