mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-01 23:18:13 -05:00
release v1
This commit is contained in:
parent
06db5a23c3
commit
1388f0e993
6
.github/workflows/docker-publish.yml
vendored
6
.github/workflows/docker-publish.yml
vendored
@ -2,7 +2,7 @@ name: Docker Build and Publish
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["new"]
|
||||
branches: ["master"]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
@ -72,7 +72,9 @@ jobs:
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
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 }}
|
||||
build-args: |
|
||||
BUILDKIT_INLINE_CACHE=1
|
||||
|
@ -187,5 +187,5 @@ return [
|
||||
| The only modification by laravel config
|
||||
|
|
||||
*/
|
||||
'version' => '0.0.1'
|
||||
'version' => '1.0.0'
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user