We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6536585 commit 474e639Copy full SHA for 474e639
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
password: ${{ secrets.GITHUB_TOKEN }}
53
54
- name: Build and push
55
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
56
with:
57
context: "{{defaultContext}}:docker/elasticsearch"
58
push: true
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
context: "{{defaultContext}}:docker/kibana"
81
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
context: "{{defaultContext}}:webapp-next"
102
0 commit comments