Skip to content

Commit

Permalink
BUILDKIT_CONTEXT_KEEP_GIT_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lapp committed Feb 20, 2024
1 parent f00854f commit 8288ade
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:

- name: Checkout
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -29,6 +28,8 @@ jobs:
tags: |
lapp0/outlines-serve:latest
lapp0/outlines-serve:${{ github.event.release.tag_name }}
build-args: |
BUILDKIT_CONTEXT_KEEP_GIT_DIR=true
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 8288ade

Please sign in to comment.