build: remove cache
This commit is contained in:
@@ -58,8 +58,6 @@ jobs:
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
registry: ${{ env.REGISTRY }}
|
||||
platforms: linux/amd64
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
- name: Backend image digest
|
||||
run: |
|
||||
@@ -110,8 +108,6 @@ jobs:
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms: linux/amd64
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
- name: Frontend image digest
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user