mirror of
https://github.com/wireadmin/wireadmin
synced 2025-06-26 18:28:06 +00:00
prettier
This commit is contained in:
parent
3ad9bcb43f
commit
9ee534f2bb
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -38,7 +38,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: docker/setup-buildx-action@v3
|
- uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
@ -53,5 +52,5 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
platforms: "${{ env.BUILD_PLATFORMS }}"
|
platforms: '${{ env.BUILD_PLATFORMS }}'
|
||||||
tags: "${{ env.GHCR_SLUG }}:${{ env.TAG }}"
|
tags: '${{ env.GHCR_SLUG }}:${{ env.TAG }}'
|
||||||
|
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- canary
|
- canary
|
||||||
|
|
||||||
concurrency: "${{ github.workflow }}-${{ github.ref }}"
|
concurrency: '${{ github.workflow }}-${{ github.ref }}'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GHCR_SLUG: ghcr.io/wireadmin/wireadmin
|
GHCR_SLUG: ghcr.io/wireadmin/wireadmin
|
||||||
@ -25,7 +25,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
cache: "pnpm"
|
cache: 'pnpm'
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
@ -34,8 +34,8 @@ jobs:
|
|||||||
id: changesets
|
id: changesets
|
||||||
uses: changesets/action@v1
|
uses: changesets/action@v1
|
||||||
with:
|
with:
|
||||||
commit: "chore(release): version package"
|
commit: 'chore(release): version package'
|
||||||
title: "chore(release): version package"
|
title: 'chore(release): version package'
|
||||||
publish: pnpm ci:publish
|
publish: pnpm ci:publish
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user