Skip to content

Commit 0e4bcfb

Browse files
authored
Merge pull request #136 from mstormi/dependabot/github_actions/docker/setup-buildx-action-4.1.0
Bump docker/setup-buildx-action from 4.0.0 to 4.1.0
2 parents 7a95f1f + a9155d4 commit 0e4bcfb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/installation-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
sed -i 's|^java_opt=.*$|java_opt='"${{ matrix.java_opt }}"'|' build-image/openhabian.conf
5252
- name: Set up Docker Buildx
5353
id: buildx
54-
uses: docker/setup-buildx-action@v4.0.0
54+
uses: docker/setup-buildx-action@v4.1.0
5555
with:
5656
driver-opts: network=host
5757
- name: Build Docker image
58-
uses: docker/build-push-action@v7.0.0
58+
uses: docker/build-push-action@v7.1.0
5959
with:
6060
context: .
6161
file: ${{ matrix.dockerfile }}

0 commit comments

Comments
 (0)