Skip to content

Updated start and stop command to accept multiple container_ids (#63) #28

Updated start and stop command to accept multiple container_ids (#63)

Updated start and stop command to accept multiple container_ids (#63) #28

Workflow file for this run

name: Pre-release
on:
push:
branches:
- "master"
jobs:
create-release-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: rustfmt
override: true
- name: Build binary
run: cargo build --release
- uses: marvinpinto/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
# These need to be the files that get built by cargo
target/release/docker-manager
CHANGELOG.md