Commit Graph
3 Commits
Author SHA1 Message Date
bitdeals 9dfa45f901 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 1m1s
A password in argv is world-readable through /proc/PID/cmdline while the
command runs; docker warns about it for that reason. The two pushes are joined
with && so the step's outcome is explicit rather than resting on whatever -e
flag the runner's shell happens to carry.
2026-08-07 13:39:55 +00:00
private-user 6540f7c80a fix act_runner build job
Build docker image and push to registry.bitdeals.org / main-build-job (push) Successful in 48s
2026-03-06 12:55:41 +03:00
private-user c8146bb9e1 add act_runner build job
Build docker image and push to registry.bitdeals.org / main-build-job (push) Failing after 26s
2026-02-09 11:40:40 +03:00