Module: kamailio Branch: master Commit: 754ee1322073fc7dedaa1fd047539a6c28635f65 URL: https://github.com/kamailio/kamailio/commit/754ee1322073fc7dedaa1fd047539a6c28635f65
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Victor Seva <[email protected]> Date: 2023-09-19T03:14:12+02:00 github: [skip ci]: bump docker/build-push-action from 4 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action 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/754ee1322073fc7dedaa1fd047539a6c28635f65.diff Patch: https://github.com/kamailio/kamailio/commit/754ee1322073fc7dedaa1fd047539a6c28635f65.patch --- diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 11224f606a7..f6ced16554b 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -134,7 +134,7 @@ jobs: - name: Build and push "-debug" build if: ${{ steps.should_run.outputs.should_run != 'false' }} - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: pkg/docker/alpine file: pkg/docker/alpine/Dockerfile.debug @@ -153,7 +153,7 @@ jobs: - name: Build and push "-alpine" build if: ${{ steps.should_run.outputs.should_run != 'false' }} - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: pkg/docker/alpine file: pkg/docker/alpine/Dockerfile.alpine @@ -163,7 +163,7 @@ jobs: - name: Build and push if: ${{ steps.should_run.outputs.should_run != 'false' }} - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: pkg/docker/alpine file: pkg/docker/alpine/Dockerfile _______________________________________________ Kamailio (SER) - Development Mailing List To unsubscribe send an email to [email protected]
