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 @@ -31,15 +31,15 @@ jobs:
3131 with :
3232 images : ghcr.io/${{ steps.repo_name.outputs.repository }}
3333 - name : Build and push container image
34- uses : docker/build-push-action@v4
34+ uses : docker/build-push-action@v6
3535 with :
3636 push : true
3737 platforms : linux/amd64,linux/arm64
3838 tags : |
3939 ghcr.io/${{ steps.repo_name.outputs.repository }}:latest
4040 labels : ${{ steps.docker_meta.outputs.labels }}
4141 - name : Build and push container image
42- uses : docker/build-push-action@v4
42+ uses : docker/build-push-action@v6
4343 with :
4444 push : true
4545 platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 3939 flavor : |
4040 latest=false
4141 - name : Build and push operator image
42- uses : docker/build-push-action@v4
42+ uses : docker/build-push-action@v6
4343 with :
4444 platforms : linux/amd64,linux/arm64
4545 push : true
5656 flavor : |
5757 latest=false
5858 - name : Build and push config daemon image
59- uses : docker/build-push-action@v4
59+ uses : docker/build-push-action@v6
6060 with :
6161 platforms : linux/amd64,linux/arm64
6262 push : true
You can’t perform that action at this time.
0 commit comments