fix(docs): force latest buildx version in sample gh action (#2252)

This commit is contained in:
nicktrn
2025-07-09 18:41:02 +01:00
committed by GitHub
parent 28b6be2491
commit f456f68f88
+2
View File
@@ -164,6 +164,8 @@ jobs:
# docker setup - part 1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: latest
# docker setup - part 2
- name: Login to DockerHub