Skip to content

Commit

Permalink
fix: Use path context when building release image
Browse files Browse the repository at this point in the history
This commit configures docker/build-push-action to use path
context in order to get git-lfs working.

See docker/build-push-action#312 for
context.
  • Loading branch information
maeb committed Sep 8, 2023
1 parent 1155c87 commit 4fb2116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 4fb2116

Please sign in to comment.