mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Add git config about ownershio in Docker CI
This commit is contained in:
parent
4549e0a36e
commit
e269027cdd
3
.github/workflows/publish-docker-images.yml
vendored
3
.github/workflows/publish-docker-images.yml
vendored
@ -52,6 +52,9 @@ jobs:
|
|||||||
- name: Set build-args for Docker buildx
|
- name: Set build-args for Docker buildx
|
||||||
id: build-metadata
|
id: build-metadata
|
||||||
run: |
|
run: |
|
||||||
|
# Define ownership
|
||||||
|
git config --global --add safe.directory /home/meili/actions-runner/_work/meilisearch/meilisearch
|
||||||
|
|
||||||
# Extract commit date
|
# Extract commit date
|
||||||
commit_date=$(git show -s --format=%cd --date=iso-strict ${{ github.sha }})
|
commit_date=$(git show -s --format=%cd --date=iso-strict ${{ github.sha }})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user