File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 type=raw,value=dev-latest,enable=${{ github.ref == 'refs/heads/dev' }}
139139
140140 - name : Build and push app image
141- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
141+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
142142 with :
143143 context : .
144144 target : app
@@ -152,7 +152,7 @@ jobs:
152152 VERSION=${{ github.sha }}
153153
154154 - name : Build and push migrate image
155- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
155+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
156156 with :
157157 context : .
158158 target : migrate
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 type=raw,value=latest
137137
138138 - name : Build and push app image
139- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
139+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
140140 with :
141141 context : .
142142 target : app
@@ -150,7 +150,7 @@ jobs:
150150 VERSION=${{ needs.release-please.outputs.tag_name }}
151151
152152 - name : Build and push migrate image
153- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
153+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
154154 with :
155155 context : .
156156 target : migrate
You can’t perform that action at this time.
0 commit comments