Module: kamailio Branch: 6.0 Commit: bfadcd65aa6d7881a328dad1ebeaf173a9f98e35 URL: https://github.com/kamailio/kamailio/commit/bfadcd65aa6d7881a328dad1ebeaf173a9f98e35
Author: Sergey Safarov <[email protected]> Committer: Sergey Safarov <[email protected]> Date: 2025-11-10T07:59:32+02:00 github: fixed base alpine image (cherry picked from commit e357d9b055eac4153e9c0044bc75399eaa410aef) --- Modified: .github/workflows/alpine.yml --- Diff: https://github.com/kamailio/kamailio/commit/bfadcd65aa6d7881a328dad1ebeaf173a9f98e35.diff Patch: https://github.com/kamailio/kamailio/commit/bfadcd65aa6d7881a328dad1ebeaf173a9f98e35.patch --- diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index e5f7885e898..7a0496cdabb 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -37,11 +37,11 @@ jobs: run: | echo "Last daily build: ${{ fromJson(steps.check_last_run.outputs.data).workflow_runs[0].head_sha }}" if [ ${{ github.ref_name }} == "master" ]; then - echo "image_tag=alpine-latest" >> "$GITHUB_OUTPUT" - echo "alpine_tag"="alpine:3.21.3" >> "$GITHUB_OUTPUT" + echo "image_tag=alpine-edge" >> "$GITHUB_OUTPUT" + echo "alpine_tag"="alpine:edge" >> "$GITHUB_OUTPUT" else echo "image_tag=alpine-latest" >> "$GITHUB_OUTPUT" - echo "alpine_tag"="alpine:3.21.3" >> "$GITHUB_OUTPUT" + echo "alpine_tag"="alpine:latest" >> "$GITHUB_OUTPUT" fi outputs: _______________________________________________ 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!
