How to stop docker container/program when download has completed? #559
Closed
PylotLight
started this conversation in
General
Replies: 1 comment 1 reply
-
Just run with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've setup podsync in a GitHub actions pipe to run on a schedule to download files and push to an s3 bucket. One of the issues I ran into is that it's designed to run like a continuous server rather than a triggered single-use application to be run on a schedule. Is there any flags or controls that can be used to end the server once download/upload is complete?
p.s I do have a workaround by timing out the step and adding continue on error, but this is not ideal and just thought I'd ask.
Beta Was this translation helpful? Give feedback.
All reactions