Skip to content

Commit

Permalink
Adding context to docker builder
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Lourie <[email protected]>
  • Loading branch information
alourie committed Feb 7, 2025
1 parent 7a5ced4 commit 7a04af4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:for-ci-build-image"
push: ${{ inputs.push_image }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 7a04af4

Please sign in to comment.