Skip to content

Commit d7a97b7

Browse files
authored
Remove deprecated 'install' input from setup-buildx-action v4 (#146)
1 parent daa5eed commit d7a97b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ jobs:
134134
# with building images that depend on another local image.
135135
# https://github.com/docker/buildx/issues/847
136136
driver: docker
137-
install: true
138137

139138
- name: Login to Docker Hub
140139
if: ${{ github.actor != 'dependabot[bot]' }}
@@ -211,7 +210,6 @@ jobs:
211210
# with building images that depend on another local image.
212211
# https://github.com/docker/buildx/issues/847
213212
driver: docker
214-
install: true
215213

216214
- name: Login to Docker Hub
217215
if: ${{ github.actor != 'dependabot[bot]' }}
@@ -265,7 +263,6 @@ jobs:
265263
# with building images that depend on another local image.
266264
# https://github.com/docker/buildx/issues/847
267265
driver: docker
268-
install: true
269266

270267
- name: Login to Docker Hub
271268
if: ${{ github.actor != 'dependabot[bot]' }}

0 commit comments

Comments
 (0)