mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(docker): display correct build date (closes #1380)
This commit is contained in:
parent
947e6b8113
commit
a7ba7d6528
5
.github/workflows/main-docker.yml
vendored
5
.github/workflows/main-docker.yml
vendored
@ -131,6 +131,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Update build info
|
||||||
|
shell: ${{ inputs.shell }}
|
||||||
|
run: npm run chore:update-build-info
|
||||||
|
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user