Skip to content

Commit 9b3a452

Browse files
authored
Merge pull request #66 from ClubCedille/renovate/docker-build-push-action-5.x
2 parents 52bc1c5 + 86cfd8c commit 9b3a452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yml

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

4444
- name: Build and push
4545
id: docker_build
46-
uses: docker/build-push-action@v3
46+
uses: docker/build-push-action@v5
4747
with:
4848
context: .
4949
file: ./Dockerfile.prod
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: Build and push
102102
id: docker_build
103-
uses: docker/build-push-action@v3
103+
uses: docker/build-push-action@v5
104104
with:
105105
context: .
106106
file: ./Dockerfile.prod

0 commit comments

Comments
 (0)