noot
Some checks failed
commit-tag / commit-tag-image (push) Failing after 13s

This commit is contained in:
a 2025-02-26 23:33:28 -06:00
parent 934414cbe8
commit 8c9a02498e
No known key found for this signature in database
GPG Key ID: 2F22877AA4DFDADB

View File

@ -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 }}