Skip to content

Commit 3838327

Browse files
authored
Upgrade sbt-docker from 1.9.0 to 1.11.0 (#848)
1 parent 40f7f5c commit 3838327

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: sbt/setup-sbt@v1
5454

5555
- name: Build Dockerised CLI
56-
run: sbt cli/docker
56+
run: DOCKER_BUILDKIT=0 sbt cli/docker
5757

5858
- name: Test repos
5959
shell: bash
@@ -172,4 +172,3 @@ jobs:
172172
173173
- run: du -h index.scip
174174
working-directory: examples/maven-example
175-

.github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
with:
2424
username: ${{ secrets.DOCKER_USERNAME }}
2525
password: ${{ secrets.DOCKER_PASSWORD }}
26-
- run: sbt cli/dockerBuildAndPush
26+
- run: DOCKER_BUILDKIT=0 sbt cli/dockerBuildAndPush

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.14")
2-
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.9.0")
2+
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.11.0")
33
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
44
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")

0 commit comments

Comments
 (0)