Skip to content

Commit

Permalink
Bump docker images in github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored and uZer committed Sep 15, 2024
1 parent 6cfd822 commit 435802a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-liquidsoap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: liquidsoap syntax (transcoder stereo)
runs-on: ubuntu-latest
container:
image: savonet/liquidsoap:v2.2.5@sha256:2b3ab71509dc48f47f0f99b98316090081eeaf37bea3c96a3edaa4a55ec57f41
image: savonet/liquidsoap:rolling-release-v2.3.x # TODO: Fix version after release/merge.
options: --user root
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -37,7 +37,7 @@ jobs:
name: liquidsoap syntax (transcoder surround)
runs-on: ubuntu-latest
container:
image: savonet/liquidsoap:v2.2.5@sha256:2b3ab71509dc48f47f0f99b98316090081eeaf37bea3c96a3edaa4a55ec57f41
image: savonet/liquidsoap:rolling-release-v2.3.x
options: --user root
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -47,7 +47,7 @@ jobs:
name: liquidsoap syntax (streamer stereo)
runs-on: ubuntu-latest
container:
image: savonet/liquidsoap:v2.2.5@sha256:2b3ab71509dc48f47f0f99b98316090081eeaf37bea3c96a3edaa4a55ec57f41
image: savonet/liquidsoap:rolling-release-v2.3.x
options: --user root
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -57,7 +57,7 @@ jobs:
name: liquidsoap syntax (streamer surround)
runs-on: ubuntu-latest
container:
image: savonet/liquidsoap:v2.2.5@sha256:2b3ab71509dc48f47f0f99b98316090081eeaf37bea3c96a3edaa4a55ec57f41
image: savonet/liquidsoap:rolling-release-v2.3.x
options: --user root
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit 435802a

Please sign in to comment.