Add a docker cache to the image builder properly
All checks were successful
Build and Publish / build_and_publish (push) Successful in 5m50s

This commit is contained in:
Nexus 2024-06-17 15:00:11 +01:00
parent 7e3ef30126
commit c40c8294b3
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -33,5 +33,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# cache-from: type=gha
# cache-to: type=gha,mode=max
cache-from: type=registry,ref=git.i-am.nexus/nex/college-bot:master
cache-to: type=inline