1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

Fix path in 'Build Docker images' step (#1356)

This commit is contained in:
Vince Grassia
2021-05-27 11:11:34 -04:00
committed by GitHub
parent 0faf97331f
commit 1900f52a34

View File

@ -210,7 +210,7 @@ jobs:
if [ "$SERVICE_NAME" = "k8s-proxy" ]; then
docker build -f ${{ matrix.base_path }}/Nginx/Dockerfile-k8s -t bitwarden/$SERVICE_NAME ${{ matrix.base_path }}/Nginx
else
docker build -t bitwarden/$SERVICE_NAME ${{ matrix.base_path }}/$SERVICE_NAME
docker build -t bitwarden/$SERVICE_NAME ${{ matrix.base_path }}/${{ matrix.service_name }}
fi
- name: Tag rc