File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 echo "tag=$BRANCH_NAME" >> $GITHUB_OUTPUT
4444 fi
4545 - name : Build and push
46- uses : docker/build-push-action@v5
46+ uses : docker/build-push-action@v7
4747 with :
4848 context : ${{ matrix.config.context }}
4949 file : ${{ matrix.config.dockerfile }}
Original file line number Diff line number Diff line change 4141 echo "tag=${{ matrix.config.tag_name }}-$BRANCH_NAME" >> $GITHUB_OUTPUT
4242 fi
4343 - name : Build and push
44- uses : docker/build-push-action@v5
44+ uses : docker/build-push-action@v7
4545 with :
4646 context : ${{ matrix.config.context }}
4747 file : ${{ matrix.config.dockerfile }}
Original file line number Diff line number Diff line change 3939 echo "tag=${{ matrix.config.tag_name }}-$BRANCH_NAME" >> $GITHUB_OUTPUT
4040 fi
4141 - name : Build and push
42- uses : docker/build-push-action@v5
42+ uses : docker/build-push-action@v7
4343 with :
4444 context : ${{ matrix.config.context }}
4545 file : ${{ matrix.config.dockerfile }}
Original file line number Diff line number Diff line change 5050 echo "tag=${{ matrix.config.tag_name }}-$BRANCH_NAME" >> $GITHUB_OUTPUT
5151 fi
5252 - name : Build and push
53- uses : docker/build-push-action@v5
53+ uses : docker/build-push-action@v7
5454 with :
5555 context : ${{ matrix.config.context }}
5656 file : ${{ matrix.config.dockerfile }}
Original file line number Diff line number Diff line change 4040 echo "tag=$BRANCH_NAME" >> $GITHUB_OUTPUT
4141 fi
4242 - name : Build and push
43- uses : docker/build-push-action@v5
43+ uses : docker/build-push-action@v7
4444 with :
4545 context : ${{ matrix.config.context }}
4646 file : ${{ matrix.config.dockerfile }}
Original file line number Diff line number Diff line change 3434 echo "tag=latest-$BRANCH_NAME" >> $GITHUB_OUTPUT
3535 fi
3636 - name : Build and push
37- uses : docker/build-push-action@v5
37+ uses : docker/build-push-action@v7
3838 with :
3939 context : " qemu_rpi"
4040 file : " qemu_rpi/Dockerfile"
Original file line number Diff line number Diff line change 5454 echo "version_tag=$VERSION_TAG-$BRANCH_NAME" >> $GITHUB_OUTPUT
5555 fi
5656 - name : Build and push
57- uses : docker/build-push-action@v5
57+ uses : docker/build-push-action@v7
5858 with :
5959 context : ${{ matrix.config.context }}
6060 file : ${{ matrix.config.dockerfile }}
Original file line number Diff line number Diff line change 5353 echo "tag=${{ matrix.config.tag_name }}-$BRANCH_NAME" >> $GITHUB_OUTPUT
5454 fi
5555 - name : Build and push
56- uses : docker/build-push-action@v5
56+ uses : docker/build-push-action@v7
5757 with :
5858 context : ${{ matrix.config.context }}
5959 file : ${{ matrix.config.dockerfile }}
You can’t perform that action at this time.
0 commit comments