Merge pull request 'update readme and fix build cache' (#1) from xkm/xdu-dockerfile:main into main
All checks were successful
images-build-and-push / build (., debian-12.dockerfile, xdu/debian:bookworm
, debian-12) (push) Successful in 46s
images-build-and-push / build (., debian.dockerfile, xdu/debian:latest
xdu/debian:trixie
, debian) (push) Successful in 41s
images-build-and-push / build (., ffmpeg-debian.dockerfile, xdu/ffmpeg:debian
xdu/ffmpeg:latest
, ffmpeg) (push) Successful in 39s
images-build-and-push / build (., ubuntu.dockerfile, xdu/ubuntu:latest
xdu/ubuntu:25.10
, ubuntu) (push) Successful in 41s
All checks were successful
images-build-and-push / build (., debian-12.dockerfile, xdu/debian:bookworm
, debian-12) (push) Successful in 46s
images-build-and-push / build (., debian.dockerfile, xdu/debian:latest
xdu/debian:trixie
, debian) (push) Successful in 41s
images-build-and-push / build (., ffmpeg-debian.dockerfile, xdu/ffmpeg:debian
xdu/ffmpeg:latest
, ffmpeg) (push) Successful in 39s
images-build-and-push / build (., ubuntu.dockerfile, xdu/ubuntu:latest
xdu/ubuntu:25.10
, ubuntu) (push) Successful in 41s
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
@@ -86,5 +86,5 @@ jobs:
|
||||
file: ${{ matrix.dockerfile }}
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
cache-from: type=registry,ref=${{ steps.meta.outputs.cache_repo }}:buildcache
|
||||
cache-to: type=registry,ref=${{ steps.meta.outputs.cache_repo }}:buildcache,mode=max
|
||||
cache-from: type=registry,ref=${{ steps.meta.outputs.cache_repo }}:buildcache${{ matrix.name }}
|
||||
cache-to: type=registry,ref=${{ steps.meta.outputs.cache_repo }}:buildcache${{ matrix.name }},mode=max
|
||||
|
||||
Reference in New Issue
Block a user