mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
Update docker-publish.yml
This commit is contained in:
parent
3a05281a9f
commit
dff2e721cb
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
@ -2,7 +2,7 @@ name: Docker Build and Publish
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["legacy"]
|
||||
branches: ["legacy", "dev"]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
@ -73,6 +73,7 @@ jobs:
|
||||
cache-to: type=gha,mode=max
|
||||
tags: |
|
||||
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:legacy
|
||||
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:dev
|
||||
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:${{ steps.get_version.outputs.version }}
|
||||
build-args: |
|
||||
BUILDKIT_INLINE_CACHE=1
|
||||
|
Loading…
Reference in New Issue
Block a user