We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9665f2 commit 8b25006Copy full SHA for 8b25006
1 file changed
.github/workflows/pr-build.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Docker build
27
if: ${{ matrix.apps == 'api' || matrix.apps == 'migration' || matrix.apps == 'recommendations' }}
28
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
29
with:
30
context: .
31
push: false
@@ -34,7 +34,7 @@ jobs:
34
35
36
if: ${{ matrix.apps == 'web' || matrix.apps == 'clustering' }}
37
38
39
context: ${{ matrix.apps }}
40
0 commit comments