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 6161
6262 - name : Build if Dockerfile changed
6363 if : steps.changed-files-specific.outputs.any_changed == 'true'
64- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
64+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
6565 with :
6666 context : .
6767 build-args : |
@@ -112,7 +112,7 @@ jobs:
112112 if : >-
113113 steps.changed-files-specific.outputs.any_changed == 'true'
114114 && matrix.os == 'ubuntu-latest'
115- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
115+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
116116 with :
117117 context : .
118118 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@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
50+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .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@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
67+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
6868 with :
6969 context : .
7070 build-args : |
You can’t perform that action at this time.
0 commit comments