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@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
38
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .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@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
73
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .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@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
108
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
109
109
with :
110
110
context : .
111
111
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ lazy val root = (project in file("."))
41
41
" io.cucumber" %% " cucumber-scala" % " 8.25.1" ,
42
42
" org.scalatest" %% " scalatest" % " 3.2.19" ,
43
43
" com.typesafe" % " config" % " 1.4.3" ,
44
- " io.gatling" % " gatling-jsonpath" % " 3.13.1 " ,
44
+ " io.gatling" % " gatling-jsonpath" % " 3.13.3 " ,
45
45
" com.lihaoyi" %% " os-lib" % " 0.11.3" ,
46
46
" ch.qos.logback" % " logback-classic" % " 1.5.16" % Runtime ,
47
47
" dev.zio" %% " zio" % zioVersion,
You can’t perform that action at this time.
0 commit comments