mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
Fix path in 'Build Docker images' step (#1356)
This commit is contained in:
parent
0faf97331f
commit
1900f52a34
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user