File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363
6464 - name : Build if Dockerfile changed
6565 if : steps.changed-files-specific.outputs.any_changed == 'true'
66- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
66+ uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
6767 with :
6868 context : .
6969 build-args : |
@@ -116,7 +116,7 @@ jobs:
116116 if : >-
117117 steps.changed-files-specific.outputs.any_changed == 'true'
118118 && matrix.os == 'ubuntu-latest'
119- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
119+ uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
120120 with :
121121 context : .
122122 build-args : |
Original file line number Diff line number Diff line change 5353
5454 - name : Build and Push release
5555 if : github.event_name != 'schedule'
56- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
56+ uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
5757 with :
5858 context : .
5959 build-args : |
7070
7171 - name : Build and Push nightly
7272 if : github.event_name == 'schedule'
73- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
73+ uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
7474 with :
7575 context : .
7676 build-args : |
You can’t perform that action at this time.
0 commit comments