File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123
124124 - name : Create SDK Docker image
125125 if : matrix.c_compiler == 'gcc'
126- uses : docker/build-push-action@v6
126+ uses : docker/build-push-action@v7
127127 with :
128128 platforms : linux/${{ matrix.arch }}
129129 context : ${{ steps.strings.outputs.build-output-dir }}/_packages/
Original file line number Diff line number Diff line change 4242 username : ${{ vars.DOCKERHUB_LOGIN }}
4343 password : ${{ secrets.DOCKERHUB_TOKEN }}
4444 - name : Build and push the base Docker image for Kaspersky Neuromorphic Platform
45- uses : docker/build-push-action@v6
45+ uses : docker/build-push-action@v7
4646 with :
4747 platforms : linux/amd64,linux/arm64
4848 context : " {{defaultContext}}:docker/base-image"
5555 timeout-minutes : 180
5656 continue-on-error : false
5757 - name : Build and push the Docker image for Kaspersky Neuromorphic Platform build
58- uses : docker/build-push-action@v6
58+ uses : docker/build-push-action@v7
5959 with :
6060 platforms : linux/amd64,linux/arm64
6161 context : " {{defaultContext}}:docker/build-image"
You can’t perform that action at this time.
0 commit comments