feat: exec mode improvements
Use Bollard library to exec in pure Rust. `--use-cli` cli arg, will then only try to exec into containers using Docker. Only try to exec into a container if the state == Running.
This commit is contained in:
@@ -87,6 +87,7 @@ jobs:
|
||||
artifacts: |
|
||||
**/oxker_*.zip
|
||||
**/oxker_*.tar.gz
|
||||
|
||||
#########################
|
||||
## Publish to crates.io #
|
||||
#########################
|
||||
@@ -106,6 +107,7 @@ jobs:
|
||||
#########################################
|
||||
## Build images for Dockerhub & ghcr.io #
|
||||
#########################################
|
||||
|
||||
image_build:
|
||||
needs: [cargo_publish]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user