mirror of
https://github.com/bitwarden/server.git
synced 2025-04-24 22:32:22 -05:00
Fix build context
This commit is contained in:
parent
a7fa6c943f
commit
2e2ec50f10
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -371,7 +371,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
build-args: |
|
build-args: |
|
||||||
BUILD_TAG=${{ steps.tag.outputs.image_tag }}
|
BUILD_TAG=${{ steps.tag.outputs.image_tag }}
|
||||||
context: .
|
context: ${{ matrix.base_path }}/${{ matrix.project_name }}
|
||||||
file: ${{ matrix.base_path }}/${{ matrix.project_name }}/Dockerfile
|
file: ${{ matrix.base_path }}/${{ matrix.project_name }}/Dockerfile
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64,
|
linux/amd64,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user