Merge pull request #250 from actions/copilot/fix-github-actions-workflow
Remove deprecated `install` input from `docker/setup-buildx-action`
This commit is contained in:
@@ -67,7 +67,6 @@ jobs:
|
||||
id: setup-buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
install: true
|
||||
driver-opts: network=host
|
||||
|
||||
- name: Build the Container
|
||||
|
||||
Reference in New Issue
Block a user