Skip to content

Commit cbfa0c5

Browse files
nitrocodeMarcelo Medeiros
authored andcommitted
fix(github-actions): pin buildx to v0.11.2 (runatlantis#3481)
1 parent a0a0fc3 commit cbfa0c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/atlantis-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151

5252
- name: Set up Docker Buildx
5353
uses: docker/setup-buildx-action@v2
54+
with:
55+
driver-opts: |
56+
image=moby/buildkit:v0.11.2
5457
5558
# release version is the name of the tag i.e. v0.10.0
5659
# release version also has the image type appended i.e. v0.10.0-alpine

0 commit comments

Comments
 (0)