mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-05 05:48:43 +00:00
fix(github-actions): pin buildx to v0.11.2 (#3481)
This commit is contained in:
3
.github/workflows/atlantis-image.yml
vendored
3
.github/workflows/atlantis-image.yml
vendored
@@ -51,6 +51,9 @@ jobs:
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
driver-opts: |
|
||||
image=moby/buildkit:v0.11.2
|
||||
|
||||
# release version is the name of the tag i.e. v0.10.0
|
||||
# release version also has the image type appended i.e. v0.10.0-alpine
|
||||
|
||||
Reference in New Issue
Block a user