Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovo committed Nov 30, 2023
1 parent 21c109d commit c667ec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
- name: Build and push lakectl
uses: docker/build-push-action@v5
with:
driver-opts: image=moby/buildkit:buildx-stable-1
context: .
target: lakectl
push: true
Expand All @@ -112,6 +113,7 @@ jobs:
- name: Build and push lakefs
uses: docker/build-push-action@v5
with:
driver-opts: image=moby/buildkit:buildx-stable-1
context: .
target: lakefs-plugins
push: true
Expand Down

0 comments on commit c667ec3

Please sign in to comment.