mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
ci: add missing build argument passing Obsidian version
This commit is contained in:
parent
1bf2109df0
commit
a8aaaa0d37
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-ci-runner-image.yml
vendored
1
.github/workflows/build-ci-runner-image.yml
vendored
|
|
@ -61,6 +61,7 @@ jobs:
|
|||
file: ${{ env.DOCKERFILE_PATH }}
|
||||
build-args: |
|
||||
NODEJS_VERSION=${{ env.NODEJS_VERSION }}
|
||||
OBSIDIAN_VERSION=${{ env.OBSIDIAN_VERSION }}
|
||||
DEBIAN_VERSION=${{ env.DEBIAN_VERSION }}
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue