Skip to content

Commit

Permalink
chore(buildkit): pin to v0.10.6 (runatlantis#3517)
Browse files Browse the repository at this point in the history
* chore(buildkit): pin to v0.10.6

* Update .github/workflows/atlantis-image.yml
  • Loading branch information
nitrocode authored Jun 13, 2023
1 parent e505817 commit 49e992c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/atlantis-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# Lint the Dockerfile first before setting anything up
- name: Lint Dockerfile
uses: hadolint/hadolint-action@master
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: "Dockerfile"

Expand All @@ -51,9 +51,10 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
# https://github.com/docker/build-push-action/issues/761#issuecomment-1575006515
with:
driver-opts: |
image=moby/buildkit:v0.11.2
image=moby/buildkit:v0.10.6
# 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 49e992c

Please sign in to comment.