Updates the Docker base image to Debian Bookworm (from Bullseye)

This commit is contained in:
Trenton H
2023-06-05 10:19:32 -07:00
parent 70f3f98363
commit 26b438a888
2 changed files with 8 additions and 9 deletions

View File

@@ -306,7 +306,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker-meta.outputs.tags }}
labels: ${{ steps.docker-meta.outputs.labels }}
# Get cache layers from this branch, then dev, then main
# Get cache layers from this branch, then dev
# This allows new branches to get at least some cache benefits, generally from dev
cache-from: |
type=registry,ref=ghcr.io/${{ steps.set-ghcr-repository.outputs.ghcr-repository }}/builder/cache/app:${{ github.ref_name }}