remove caching configuration from docker workflow
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 42s
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 42s
This commit is contained in:
@@ -51,5 +51,3 @@ jobs:
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=registry,ref=${{ steps.reg.outputs.image }}:cache
|
||||
cache-to: type=registry,ref=${{ steps.reg.outputs.image }}:cache,mode=max
|
||||
|
||||
Reference in New Issue
Block a user