File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ jobs:
4747
4848 - name : Set up Docker Buildx
4949 id : buildx
50- uses : docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
50+ uses : docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1
5151
5252 - name : Build and push by digest
5353 if : github.event_name == 'pull_request'
54- uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
54+ uses : docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4 .0
5555 with :
5656 file : ./docker/Dockerfile
5757 platforms : ${{ matrix.platform }}
7979 - name : Build and push by digest
8080 if : github.event_name != 'pull_request'
8181 id : build
82- uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
82+ uses : docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4 .0
8383 with :
8484 file : ./docker/Dockerfile
8585 platforms : ${{ matrix.platform }}
@@ -135,7 +135,7 @@ jobs:
135135
136136 - name : Set up Docker Buildx
137137 id : buildx
138- uses : docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
138+ uses : docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1
139139
140140 - name : Metadata
141141 id : meta
You can’t perform that action at this time.
0 commit comments