release v1

This commit is contained in:
xboard 2025-01-16 00:45:17 +08:00
parent 06db5a23c3
commit 1388f0e993
2 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@ name: Docker Build and Publish
on: on:
push: push:
branches: ["new"] branches: ["master"]
workflow_dispatch: workflow_dispatch:
env: env:
@ -72,7 +72,9 @@ jobs:
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
tags: | tags: |
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:new ${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:master
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:latest
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:${{ steps.get_version.outputs.version }} ${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:${{ steps.get_version.outputs.version }}
build-args: | build-args: |
BUILDKIT_INLINE_CACHE=1 BUILDKIT_INLINE_CACHE=1

View File

@ -187,5 +187,5 @@ return [
| The only modification by laravel config | The only modification by laravel config
| |
*/ */
'version' => '0.0.1' 'version' => '1.0.0'
]; ];