Actually push and tag as buildcache

[skip ci]
This commit is contained in:
Till Faelligen 2024-12-18 11:54:58 +01:00
parent bddbdbe409
commit 0fc0b80196
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -59,6 +59,9 @@ jobs:
cache-to: type=registry,ref=ghcr.io/${{ env.GHCR_NAMESPACE }}/dendrite:buildcache,mode=max
context: .
platforms: ${{ env.PLATFORMS }}
push: true
tags: |
ghcr.io/${{ env.GHCR_NAMESPACE }}/dendrite:buildcache
- name: Build main monolith image
if: github.ref_name == 'main'