chore(ci): bump docker/setup-buildx-action and docker/login-action from v3 to v4

This commit is contained in:
MythEclipse
2026-06-02 23:19:38 +07:00
parent 0ef57033e3
commit f981d65004
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push ${{ matrix.service }}
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: infra/docker/Dockerfile.${{ matrix.service }}