sync
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m2s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m2s
This commit is contained in:
8
.github/workflows/container-build.yml
vendored
8
.github/workflows/container-build.yml
vendored
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user