Skip to content

Commit

Permalink
fix(github-actions): pin buildx to v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode committed Jun 3, 2023
1 parent 3468f58 commit de4f89f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/atlantis-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de4f89f

Please sign in to comment.