6868 ref : ${{ steps.check.outputs.ref }}
6969 persist-credentials : false
7070 - name : Set up Docker Buildx
71- uses : docker/setup-buildx-action@v3
71+ uses : docker/setup-buildx-action@v4
7272 - name : Create platforms matrix
7373 id : matrix
7474 run : |
@@ -114,11 +114,11 @@ jobs:
114114 ref : ${{ needs.prepare.outputs.ref }}
115115 persist-credentials : false
116116 - name : Set up Docker Buildx
117- uses : docker/setup-buildx-action@v3
117+ uses : docker/setup-buildx-action@v4
118118 with :
119119 platforms : ${{ matrix.platform }}
120120 - name : Login to DockerHub
121- uses : docker/login-action@v3
121+ uses : docker/login-action@v4
122122 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
123123 with :
124124 username : ${{ secrets.REGISTRY_USERNAME }}
@@ -138,7 +138,7 @@ jobs:
138138 REF : ${{ needs.prepare.outputs.ref }}
139139 - name : Build
140140 id : build
141- uses : docker/bake-action@v6
141+ uses : docker/bake-action@v7
142142 with :
143143 pull : true
144144 load : ${{ !fromJson(needs.prepare.outputs.push) || matrix.debug || matrix.mimalloc }}
@@ -282,18 +282,18 @@ jobs:
282282 env :
283283 REF : ${{ needs.prepare.outputs.ref }}
284284 - name : Set up Docker Buildx
285- uses : docker/setup-buildx-action@v3
285+ uses : docker/setup-buildx-action@v4
286286 with :
287287 platforms : ${{ matrix.platform }}
288288 - name : Login to DockerHub
289- uses : docker/login-action@v3
289+ uses : docker/login-action@v4
290290 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
291291 with :
292292 username : ${{ secrets.REGISTRY_USERNAME }}
293293 password : ${{ secrets.REGISTRY_PASSWORD }}
294294 - name : Build
295295 id : build
296- uses : docker/bake-action@v6
296+ uses : docker/bake-action@v7
297297 with :
298298 pull : true
299299 load : ${{ !fromJson(needs.prepare.outputs.push) }}
@@ -397,9 +397,9 @@ jobs:
397397 path : /tmp/metadata-gnu
398398 merge-multiple : true
399399 - name : Set up Docker Buildx
400- uses : docker/setup-buildx-action@v3
400+ uses : docker/setup-buildx-action@v4
401401 - name : Login to DockerHub
402- uses : docker/login-action@v3
402+ uses : docker/login-action@v4
403403 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
404404 with :
405405 username : ${{ secrets.REGISTRY_USERNAME }}
0 commit comments