Skip to content

feat: Rename client to frontend #10

feat: Rename client to frontend

feat: Rename client to frontend #10

Workflow file for this run

name: Release
on:
push:
branches: [ main ]
workflow_dispatch:
permissions:
contents: write
jobs:
cargo-publish:
# https://github.com/42ByteLabs/.github/blob/main/.github/workflows/cargo-publish.yml
uses: 42ByteLabs/.github/.github/workflows/cargo-publish.yml@main
secrets: inherit
with:
crate: konarr
crates: konarr,konarr-server,konarr-cli
container-server:
# https://github.com/42ByteLabs/.github/blob/main/.github/workflows/container.yml
uses: 42ByteLabs/.github/.github/workflows/container.yml@main
secrets: inherit
permissions:
id-token: write
contents: write
packages: write
with:
container-name: "42bytelabs/konarr"
docker-file: "./server/Dockerfile"
container-cli:
# https://github.com/42ByteLabs/.github/blob/main/.github/workflows/container.yml
uses: 42ByteLabs/.github/.github/workflows/container.yml@main
secrets: inherit
permissions:
id-token: write
contents: write
packages: write
with:
container-name: "42bytelabs/konarr-cli"
docker-file: "./cli/Dockerfile"