Update Dockerfile and LogManager

This commit is contained in:
Jesse Wierzbinski 2024-04-07 00:18:21 -10:00
parent ae2173e8b1
commit 21711960df
No known key found for this signature in database
5 changed files with 8 additions and 18 deletions

View file

@ -71,7 +71,7 @@ jobs:
with:
context: .
file: Dockerfile
labels: latest #${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: ${{ matrix.platform }}