remove docker build cache options for docker driver (#62)
The docker buildx driver (required on unprivileged ci runner) does not support registry cache export/import. Remove cache-from and cache-to options to unblock builds. Reviewed-on: graham/towerops-web#62
This commit is contained in:
parent
f4e75689d4
commit
b724aa4ab8
1 changed files with 0 additions and 2 deletions
|
|
@ -275,8 +275,6 @@ jobs:
|
|||
tags: |
|
||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }}
|
||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:production
|
||||
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
|
||||
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
|
||||
build-args: |
|
||||
MIX_ENV=prod
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue