diff --git a/.github/workflows/atlantis-image.yml b/.github/workflows/atlantis-image.yml index 898bbd8294..2daa3ba78b 100644 --- a/.github/workflows/atlantis-image.yml +++ b/.github/workflows/atlantis-image.yml @@ -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" @@ -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