mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-25 18:11:28 +00:00
Fix Dockerfile
Keep the .git folder at compile time to get the correct version Signed-off-by: 0x7d274284 <112329548+0x7d274284@users.noreply.github.com>
This commit is contained in:
parent
6635dd9abc
commit
7a679bc328
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -39,6 +39,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
platforms: linux/386,linux/amd64,linux/arm64,linux/s390x
|
platforms: linux/386,linux/amd64,linux/arm64,linux/s390x
|
||||||
target: dist
|
target: dist
|
||||||
|
build-args: |
|
||||||
|
BUILDKIT_CONTEXT_KEEP_GIT_DIR=1
|
||||||
tags: |
|
tags: |
|
||||||
${{ steps.tag.outputs.latest }}
|
${{ steps.tag.outputs.latest }}
|
||||||
${{ steps.tag.outputs.versioned }}
|
${{ steps.tag.outputs.versioned }}
|
||||||
|
|
Loading…
Reference in a new issue