change /build to /build/proton-bridge/ and add pass into build image and copy vault-editor into base image
Build and Push Docker Container / build-and-push (push) Successful in 5m48s

This commit is contained in:
GitHub Actions
2026-03-11 07:00:17 +01:00
parent b224418fbd
commit 2c262c0d0e
2 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ if [[ $1 == init ]]; then
pkill protonmail-bridge || true
# Login
/protonmail/proton-bridge --cli $@
proton-bridge --cli $@
else
eval "$(dbus-launch --sh-syntax --exit-with-session)"
@@ -25,6 +25,6 @@ else
# Fake a terminal, so it does not quit because of EOF...
rm -f faketty
mkfifo faketty
cat faketty | /protonmail/proton-bridge --cli $@
cat faketty | proton-bridge --cli $@
fi