Skip to content

Commit 56c8909

Browse files
Update docker/build-push-action action to v7
1 parent 8d74526 commit 56c8909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
username: ${{ secrets.DOCKER_HUB_USER }}
2626
password: ${{ secrets.DOCKER_HUB_TOKEN }}
2727
- name: Build and push - elasticsearch
28-
uses: docker/build-push-action@v6
28+
uses: docker/build-push-action@v7
2929
with:
3030
file: "./Dockerfile.elasticsearch"
3131
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)