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 4646 - name : Build if Dockerfile changed
4747 if : steps.changed-files-specific.outputs.any_changed == 'true'
4848 # yamllint disable-line rule:line-length
49- uses : docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6.0.1
49+ uses : docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
5050 with :
5151 context : .
5252 build-args : |
8888 && matrix.os == 'ubuntu-latest'
8989 && matrix.arch == 'amd64'
9090 # yamllint disable-line rule:line-length
91- uses : docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6.0.1
91+ uses : docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
9292 with :
9393 context : .
9494 build-args : |
Original file line number Diff line number Diff line change 4444 - name : Build and Push release
4545 if : github.event_name != 'schedule'
4646 # yamllint disable-line rule:line-length
47- uses : docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6.0.1
47+ uses : docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
4848 with :
4949 context : .
5050 build-args : |
6262 - name : Build and Push nightly
6363 if : github.event_name == 'schedule'
6464 # yamllint disable-line rule:line-length
65- uses : docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6.0.1
65+ uses : docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
6666 with :
6767 context : .
6868 build-args : |
You can’t perform that action at this time.
0 commit comments