Skip to content

Commit 474e639

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 6536585 commit 474e639

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
password: ${{ secrets.GITHUB_TOKEN }}
5353

5454
- name: Build and push
55-
uses: docker/build-push-action@v5
55+
uses: docker/build-push-action@v6
5656
with:
5757
context: "{{defaultContext}}:docker/elasticsearch"
5858
push: true
@@ -75,7 +75,7 @@ jobs:
7575
password: ${{ secrets.GITHUB_TOKEN }}
7676

7777
- name: Build and push
78-
uses: docker/build-push-action@v5
78+
uses: docker/build-push-action@v6
7979
with:
8080
context: "{{defaultContext}}:docker/kibana"
8181
push: true
@@ -96,7 +96,7 @@ jobs:
9696
password: ${{ secrets.GITHUB_TOKEN }}
9797

9898
- name: Build and push
99-
uses: docker/build-push-action@v5
99+
uses: docker/build-push-action@v6
100100
with:
101101
context: "{{defaultContext}}:webapp-next"
102102
push: true

0 commit comments

Comments
 (0)