3 Commits
Author SHA1 Message Date
bitdeals c063688b75 ci: pass the registry password on stdin, fail on a failed push
Build docker image and push to registry.bitdeals.org / main-build-job (push) Successful in 44s
A password in argv is world-readable through /proc/PID/cmdline while the
command runs; docker warns about it for that reason. The environment of a
process is readable by its owner alone, so $PASS itself was never the problem.

The two pushes are joined with && rather than left as separate statements: the
step's exit code is the last command's, so the intent is now explicit instead
of resting on whatever -e flag the runner's shell happens to carry.
2026-08-07 13:38:54 +00:00
private-user e157a30c6d fix act_runner build job
Build docker image and push to registry.bitdeals.org / main-build-job (push) Successful in 43s
2026-03-06 13:02:41 +03:00
private-user c38062a851 add act_runner build job
Build docker image and push to registry.bitdeals.org / main-build-job (push) Failing after 31s
2026-02-09 11:42:36 +03:00