File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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-
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11addSbtPlugin(" 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" )
33addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.1" )
44addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
55addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5" )
You can’t perform that action at this time.
0 commit comments