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
dff2e721cb
commit
7acae3dcc4
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -74,6 +74,8 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:legacy
|
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:legacy
|
||||||
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:dev
|
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:dev
|
||||||
|
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard
|
||||||
|
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:latest
|
||||||
${{ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user