1
0
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:
Vince Grassia 2023-11-09 15:18:36 -05:00
parent a7fa6c943f
commit 2e2ec50f10
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -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,