Skip to content

Commit

Permalink
ci: use git LFS for penumbra docker build
Browse files Browse the repository at this point in the history
According to [0] if we pass in a custom context with git
lfs enabled then the build should work.

[0] docker/build-push-action#312
  • Loading branch information
redshiftzero committed Feb 25, 2023
1 parent 09be960 commit 6e9ff5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/containers.yml
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
lfs: true

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 6e9ff5f

Please sign in to comment.