This commit is contained in:
parent
934414cbe8
commit
8c9a02498e
@ -9,6 +9,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DOCKER_LATEST: nightly
|
DOCKER_LATEST: nightly
|
||||||
RUNNER_TOOL_CACHE: /toolcache
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
|
REGISTRY: tuxpa.in
|
||||||
|
IMAGE_ROOT: a/wynn
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -34,7 +36,9 @@ jobs:
|
|||||||
linux/amd64
|
linux/amd64
|
||||||
linux/arm64
|
linux/arm64
|
||||||
push: true
|
push: true
|
||||||
|
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_ROOT }}/cache:ts
|
||||||
|
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_ROOT }}/cache:ts,mode=max
|
||||||
tags: |
|
tags: |
|
||||||
tuxpa.in/a/wynn/ts:${{ steps.meta.outputs.REPO_VERSION }},
|
$${{env.REGISTRY}}/${{env.IMAGE_ROOT}}/ts:${{ steps.meta.outputs.REPO_VERSION }},
|
||||||
tuxpa.in/a/wynn/ts:${{ gitea.head_ref || gitea.ref_name }}
|
$${{env.REGISTRY}}/${{env.IMAGE_ROOT}}/ts:${{ gitea.head_ref || gitea.ref_name }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user