mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
chore: set env for cli
This commit is contained in:
parent
febc2015f4
commit
49bdd79e6e
3 changed files with 13 additions and 3 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
|
@ -34,6 +34,10 @@ concurrency:
|
|||
permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
FORCE_COLOR: "1"
|
||||
CLICOLOR_FORCE: "1"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build sdist and wheels
|
||||
|
|
|
|||
8
.github/workflows/docker.yaml
vendored
8
.github/workflows/docker.yaml
vendored
|
|
@ -28,9 +28,6 @@ on:
|
|||
type: string
|
||||
required: true
|
||||
|
||||
env:
|
||||
IMAGE_REGISTRY: ghcr.io
|
||||
|
||||
concurrency:
|
||||
group: "${{ github.workflow }}-${{ github.ref }}"
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
|
|
@ -41,6 +38,11 @@ permissions:
|
|||
id-token: write
|
||||
attestations: write
|
||||
|
||||
env:
|
||||
IMAGE_REGISTRY: "ghcr.io"
|
||||
FORCE_COLOR: "1"
|
||||
CLICOLOR_FORCE: "1"
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
name: Build and Publish Docker Images for ${{ matrix.name }}
|
||||
|
|
|
|||
4
.github/workflows/lint.yaml
vendored
4
.github/workflows/lint.yaml
vendored
|
|
@ -13,6 +13,10 @@ concurrency:
|
|||
permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
FORCE_COLOR: "1"
|
||||
CLICOLOR_FORCE: "1"
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue