We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ff144 commit a6f7d9fCopy full SHA for a6f7d9f
.github/workflows/installation-action.yml
@@ -52,7 +52,7 @@ jobs:
52
sed -i 's|^java_opt=.*$|java_opt='"${{ matrix.java_opt }}"'|' build-image/openhabian.conf
53
- name: Set up Docker Buildx
54
id: buildx
55
- uses: docker/setup-buildx-action@v3.9.0
+ uses: docker/setup-buildx-action@v3.10.0
56
with:
57
driver-opts: network=host
58
- name: Build Docker image
0 commit comments