Skip to content

Commit 8b25006

Browse files
Update docker/build-push-action action to v7 (#478)
Co-authored-by: dependency-concierge[bot] <194671538+dependency-concierge[bot]@users.noreply.github.com>
1 parent e9665f2 commit 8b25006

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Docker build
2727
if: ${{ matrix.apps == 'api' || matrix.apps == 'migration' || matrix.apps == 'recommendations' }}
28-
uses: docker/build-push-action@v6
28+
uses: docker/build-push-action@v7
2929
with:
3030
context: .
3131
push: false
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Docker build
3636
if: ${{ matrix.apps == 'web' || matrix.apps == 'clustering' }}
37-
uses: docker/build-push-action@v6
37+
uses: docker/build-push-action@v7
3838
with:
3939
context: ${{ matrix.apps }}
4040
push: false

0 commit comments

Comments
 (0)