sync
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m2s

This commit is contained in:
2025-12-15 07:13:41 -08:00
parent aef6752ff6
commit 829def5138

View File

@@ -48,9 +48,11 @@ jobs:
tags: | tags: |
${{ steps.registry.outputs.url }}/${{ github.repository }}:latest ${{ steps.registry.outputs.url }}/${{ github.repository }}:latest
${{ steps.registry.outputs.url }}/${{ github.repository }}:${{ github.sha }} ${{ steps.registry.outputs.url }}/${{ github.repository }}:${{ github.sha }}
cache-from: type=gha cache-from: type=registry,ref=${{ steps.registry.outputs.url }}/${{ github.repository }}:buildcache
cache-to: type=gha,mode=max cache-to: type=registry,ref=${{ steps.registry.outputs.url }}/${{ github.repository }}:buildcache,mode=max
#cache-from: type=gha
#cache-to: type=gha,mode=max
# --- AUTOMATIC REPOSITORY LINKING --- # --- AUTOMATIC REPOSITORY LINKING ---
# This label adds an OCI annotation that Gitea uses to automatically # This label adds an OCI annotation that Gitea uses to automatically
# link the package to the repository source code. # link the package to the repository source code.