Skip to content

Commit

Permalink
build: 修正大小写问题
Browse files Browse the repository at this point in the history
  • Loading branch information
KonghaYao committed Jan 19, 2025
1 parent 42485c7 commit 77d183d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-cn-font-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'container'
required: true
default: 'cn-font-server:1.0.0'
default: 'konghayao/cn-font-server:1.0.0'
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -24,7 +24,7 @@ jobs:

- name: Build the Docker image
working-directory: ./packages/server
run: docker build . --tag ghcr.io/${{github.actor}}/${{inputs.version}}
run: docker build . --tag ghcr.io/${{inputs.version}}

- name: Push the Docker image
run: docker push ghcr.io/${{github.actor}}/${{inputs.version}}
run: docker push ghcr.io/${{inputs.version}}

0 comments on commit 77d183d

Please sign in to comment.