File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 password : ${{ secrets.TOKEN_GPR }}
133133 -
134134 # The goal is the catch if multiarch builds have issue on branch edge without slowing down the dev UX.
135- name : UAT multiarch build
135+ name : Build UAT on multiarch, no push
136136 uses : docker/build-push-action@v2
137137 with :
138138 context : .
@@ -143,15 +143,8 @@ jobs:
143143 linux/arm/v7
144144 # linux/arm/v6
145145 push : false
146+ load : true
146147 # bypass cache
147- -
148- # Temp fix
149- # https://github.com/docker/build-push-action/issues/252
150- # https://github.com/moby/buildkit/issues/1896
151- name : Move cache
152- run : |
153- rm -rf /tmp/.buildx-cache-ma
154- mv /tmp/.buildx-cache-new-ma /tmp/.buildx-cache-ma
155148
156149# ----------------------------------------------
157150# Tests after build
You can’t perform that action at this time.
0 commit comments