File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113
114114 - name : Docker Build
115115 id : build
116- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
116+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
117117 with :
118118 cache-from : ${{ inputs.use_cache && 'type=gha' || '' }}
119119 cache-to : ${{ inputs.use_cache && 'type=gha,mode=max' || '' }}
@@ -144,7 +144,7 @@ jobs:
144144 TRIVY_DISABLE_VEX_NOTICE : true
145145
146146 - name : Docker Push
147- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
147+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
148148 id : push
149149 with :
150150 tags : ${{ steps.meta.outputs.tags }}
Original file line number Diff line number Diff line change 9090
9191 - name : Build (no push)
9292 id : build_no_push
93- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
93+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
9494 with :
9595 context : ${{ inputs.context }}
9696 file : ${{ inputs.dockerfile_path }}
You can’t perform that action at this time.
0 commit comments