Module: kamailio Branch: master Commit: c5888aecee91589df11074b3df0b62ca48c89853 URL: https://github.com/kamailio/kamailio/commit/c5888aecee91589df11074b3df0b62ca48c89853
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Henning Westerholt <[email protected]> Date: 2026-03-11T09:55:35+01:00 github: [skip ci]: bump docker/build-push-action from 6 to 7 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> --- Modified: .github/workflows/alpine.yml --- Diff: https://github.com/kamailio/kamailio/commit/c5888aecee91589df11074b3df0b62ca48c89853.diff Patch: https://github.com/kamailio/kamailio/commit/c5888aecee91589df11074b3df0b62ca48c89853.patch --- diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 926a22e3c44..8b4cfb80f34 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -402,7 +402,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build minimal image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 env: DOCKER_BUILD_SUMMARY: false with: @@ -415,7 +415,7 @@ jobs: context: "context" - name: Build .alpine image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 env: DOCKER_BUILD_SUMMARY: false with: @@ -430,7 +430,7 @@ jobs: IMAGE=${{ needs.check.outputs.alpine_tag }} - name: Build .debug image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 env: DOCKER_BUILD_SUMMARY: false with: _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
