🔧 Remove cache from docker image workflow

This commit is contained in:
Luke Vella 2023-03-14 18:56:05 +00:00
parent 674103b0b9
commit 182ff3b49c

View file

@ -35,7 +35,5 @@ jobs:
file: ./apps/web/Dockerfile
platforms: linux/amd64
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}