Files
Zxq5-OS/.github/workflows/rust.yml
T
2023-11-29 00:16:52 +00:00

20 lines
351 B
YAML

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/fantasypvp/crystalos_builder:latest
credentials:
username: FantasyPvP
password: ${{ secrets.DOCKER_CONTAINER_REGISTRY_TOKEN }}