Skip to content

Commit 8a886fe

Browse files
- Update docker/build-push-action action to v6 (#526)
Co-authored-by: blumilk-renovate[bot] <177020257+blumilk-renovate[bot]@users.noreply.github.com>
1 parent db3ff39 commit 8a886fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-to-beta-manually.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
context: workflow
6060

6161
- name: build and push image
62-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
62+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
6363
with:
6464
context: .
6565
file: ./environment/prod/app/Dockerfile

.github/workflows/deploy-to-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
context: workflow
5151

5252
- name: build and push image
53-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
53+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
5454
with:
5555
context: .
5656
file: ./environment/prod/app/Dockerfile

0 commit comments

Comments
 (0)