Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 319 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 319 Bytes

A reusable workflow for building Rust projects into containers.

Usage

name: Build and publish container

on:
  push:
  workflow_dispatch:

jobs:
  build:
    uses: controlant-org/rust-container/.github/workflows/build.yaml@master