Skip to content

Commit

Permalink
Merge branch 'main' into blog/integrating-atlantis-with-opentofu
Browse files Browse the repository at this point in the history
  • Loading branch information
jmateusousa committed Jun 16, 2024
2 parents c755040 + c84b206 commit 575818b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/atlantis-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# https://github.com/docker/build-push-action/issues/761#issuecomment-1575006515
with:
driver-opts: |
image=moby/buildkit:v0.12.5
image=moby/buildkit:v0.14.0
# 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 Expand Up @@ -167,7 +167,7 @@ jobs:
# https://github.com/docker/build-push-action/issues/761#issuecomment-1575006515
with:
driver-opts: |
image=moby/buildkit:v0.13.2
image=moby/buildkit:v0.14.0
- name: "Build and load into Docker"
if: contains(fromJson('["push", "pull_request"]'), github.event_name)
Expand Down

0 comments on commit 575818b

Please sign in to comment.