Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Start Docker service before loading image add interactive load t…
…o read .tar files To ensure that the Docker service is running before attempting to load the image, this commit modifies the deployment workflow to start the Docker service using `systemctl` before executing the `docker load` command. This prevents any potential issues with loading the image due to the Docker service not being active.
- Loading branch information