File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6262
6363 - name : Build if Dockerfile changed
6464 if : steps.changed-files-specific.outputs.any_changed == 'true'
65- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
65+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
6666 with :
6767 context : .
6868 build-args : |
@@ -113,7 +113,7 @@ jobs:
113113 if : >-
114114 steps.changed-files-specific.outputs.any_changed == 'true'
115115 && matrix.os == 'ubuntu-latest'
116- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
116+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
117117 with :
118118 context : .
119119 build-args : |
Original file line number Diff line number Diff line change 4747
4848 - name : Build and Push release
4949 if : github.event_name != 'schedule'
50- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
50+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
5151 with :
5252 context : .
5353 build-args : |
6464
6565 - name : Build and Push nightly
6666 if : github.event_name == 'schedule'
67- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
67+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
6868 with :
6969 context : .
7070 build-args : |
You can’t perform that action at this time.
0 commit comments