mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-18 10:59:50 +03:00
Merge pull request #10 from phoenix6936/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 1 to 3
This commit is contained in:
commit
9a7ec6941c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -99,7 +99,7 @@
|
|||
- 'name': 'Set up QEMU'
|
||||
'uses': 'docker/setup-qemu-action@v3'
|
||||
- 'name': 'Set up Docker Buildx'
|
||||
'uses': 'docker/setup-buildx-action@v1'
|
||||
'uses': 'docker/setup-buildx-action@v3'
|
||||
- 'name': 'Run snapshot build'
|
||||
# Set a custom version string, since the checkout@v2 action does not seem
|
||||
# to know about the master branch, while the version script uses it to
|
||||
|
|
Loading…
Add table
Reference in a new issue