Skip to content

Commit

Permalink
Fix docker image generation with LFS (#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac authored Oct 31, 2024
1 parent f01d008 commit 916fd95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_dockerhub_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- id: checkout
uses: actions/checkout@v4
with:
lfs: true

- id: push-beyla-to-dockerhub
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish_dockerhub_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- id: checkout
uses: actions/checkout@v4
with:
lfs: true

- id: push-beyla-to-dockerhub
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@main
Expand Down

0 comments on commit 916fd95

Please sign in to comment.