File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
# https://github.com/docker/build-push-action
36
36
- name : Docker build with unit tests
37
37
id : build-and-test
38
- uses : docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11 .0
38
+ uses : docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
39
39
with :
40
40
context : .
41
41
load : true
Original file line number Diff line number Diff line change 70
70
# https://github.com/docker/build-push-action
71
71
- name : Docker build with unit tests
72
72
id : build-and-test
73
- uses : docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11 .0
73
+ uses : docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
74
74
with :
75
75
context : .
76
76
load : true
@@ -105,7 +105,7 @@ jobs:
105
105
- name : Docker build for many platforms and push into ${{ env.REGISTRY }}
106
106
if : ${{ contains(github.ref, 'refs/tags/') }}
107
107
id : build-and-push
108
- uses : docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11 .0
108
+ uses : docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
109
109
with :
110
110
context : .
111
111
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.3.0" )
2
2
addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.4" )
3
- addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 2.3.0 " )
3
+ addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 2.3.1 " )
4
4
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.2" )
You can’t perform that action at this time.
0 commit comments