build: remove cache
All checks were successful
Build and Publish Docker Images / Build Backend Image (push) Successful in 2m42s
Build and Publish Docker Images / Build Frontend Image (push) Successful in 3m4s
Build and Publish Docker Images / Build Summary (push) Successful in 3s

This commit is contained in:
2025-11-28 03:13:08 +01:00
parent 1d4050b7c3
commit 4e6818a5bc

View File

@@ -58,8 +58,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
platforms: linux/amd64 platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Backend image digest - name: Backend image digest
run: | run: |
@@ -110,8 +108,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64 platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Frontend image digest - name: Frontend image digest
run: | run: |