8000 Merge branch 'main' into feat/keepalive-requests-defaults · nginx/kubernetes-ingress@3c13977 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c13977

Browse files
authored
Merge branch 'main' into feat/keepalive-requests-defaults
2 parents a1533f6 + 9e33e5a commit 3c13977

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-base-images.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
with:
9494
file: build/Dockerfile
9595
context: "."
96-
cache-from: type=gha
97-
cache-to: type=gha,mode=max
96+
cache-from: type=gha,scope=${{ matrix.image }}
97+
cache-to: type=gha,scope=${{ matrix.image }},mode=max
9898
target: common
9999
tags: ${{ steps.meta.outputs.tags }}
100100
platforms: ${{ matrix.platforms }}
@@ -159,8 +159,8 @@ jobs:
159159
with:
160160
file: build/Dockerfile
161161
context: "."
162-
cache-from: type=gha
163-
cache-to: type=gha,mode=max
162+
cache-from: type=gha,scope=${{ matrix.image }}
163+
cache-to: type=gha,scope=${{ matrix.image }},mode=max
164164
target: common
165165
tags: ${{ steps.meta.outputs.tags }}
166166
platforms: ${{ matrix.platforms }}
@@ -246,8 +246,8 @@ jobs:
246246
with:
247247
file: build/Dockerfile
248248
context: "."
249-
cache-from: type=gha
250-
cache-to: type=gha,mode=max
249+
cache-from: type=gha,scope=${{ matrix.image }}-${{ steps.nap_modules.outputs.modules }}
250+
cache-to: type=gha,scope=${{ matrix.image }}-${{ steps.nap_modules.outputs.modules }},mode=max
251251
target: common
252252
tags: ${{ steps.meta.outputs.tags }}
253253
platforms: ${{ matrix.platforms }}

0 commit comments

Comments
 (0)
0