mirror of
https://github.com/bitwarden/server
synced 2025-12-10 13:23:27 +00:00
Fix problem with docker push (#2912)
Co-authored-by: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com>
This commit is contained in:
@@ -25,7 +25,7 @@ docker_build() {
|
|||||||
docker build -t bitwarden/$project_name_lower:$docker_tag $project_dir
|
docker build -t bitwarden/$project_name_lower:$docker_tag $project_dir
|
||||||
|
|
||||||
if [ "$docker_push" == "1" ]; then
|
if [ "$docker_push" == "1" ]; then
|
||||||
docker push bitwarden/$project_name_lower:$docker_tag $project_dir
|
docker push bitwarden/$project_name_lower:$docker_tag
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user