mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
Enable registry cache for docker build (#176)
* Enable registry cache for docker build * Update .github/workflows/container.yml Co-authored-by: Mitchell Syer <Syer10@users.noreply.github.com> --------- Co-authored-by: Mitchell Syer <Syer10@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/container.yml
vendored
4
.github/workflows/container.yml
vendored
@@ -221,8 +221,8 @@ jobs:
|
||||
${{ inputs.tachidesk_release_type == 'stable' && 'ghcr.io/suwayomi/suwayomi-server:latest' || '' }}
|
||||
ghcr.io/suwayomi/suwayomi-server:${{ inputs.tachidesk_release_type }}
|
||||
ghcr.io/suwayomi/suwayomi-server:${{ steps.get_latest_release_metadata.outputs.release_tag }}
|
||||
env:
|
||||
SOURCE_DATE_EPOCH: 0
|
||||
cache-from: type=registry,ref=ghcr.io/suwayomi/suwayomi-server:buildcache
|
||||
cache-to: type=registry,ref=ghcr.io/suwayomi/suwayomi-server:buildcache,mode=max
|
||||
|
||||
# - name: Create slim container
|
||||
# uses: kitabisa/docker-slim-action@v1
|
||||
|
||||
Reference in New Issue
Block a user