mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
fix(docker): display correct build date (closes #1380)
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user