File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 always() && (github.event_name == 'workflow_dispatch' || needs.setup.outputs.has_changes == 'true')
5454 runs-on : ubuntu-24.04
5555 container :
56- image : ghcr.io/framework-r-d/phlex-ci:2026-06-23a
56+ image : ghcr.io/framework-r-d/phlex-ci:latest
5757
5858 steps :
5959 - name : Checkout code
Original file line number Diff line number Diff line change 7373 if : ${{ needs.setup.result == 'success' }}
7474
7575 container :
76- image : ghcr.io/framework-r-d/phlex-ci:2026-06-23a
76+ image : ghcr.io/framework-r-d/phlex-ci:latest
7777
7878 steps :
7979 - name : Checkout code
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 matrix : ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
153153
154154 container :
155- image : ghcr.io/framework-r-d/phlex-ci:2026-06-23a
155+ image : ghcr.io/framework-r-d/phlex-ci:latest
156156 options : --cap-add=SYS_PTRACE
157157
158158 steps :
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212212 name : Analyze ${{ matrix.language }} with CodeQL
213213 runs-on : ubuntu-24.04
214214 container :
215- image : ghcr.io/framework-r-d/phlex-ci:2026-06-23a
215+ image : ghcr.io/framework-r-d/phlex-ci:latest
216216 env :
217217 local_checkout_path : .
218218 local_build_path : ${{ needs.setup.outputs.build_path }}
Original file line number Diff line number Diff line change 7575 always() && (github.event_name == 'workflow_dispatch' || needs.setup.outputs.has_changes == 'true')
7676 runs-on : ubuntu-24.04
7777 container :
78- image : ghcr.io/framework-r-d/phlex-ci:2026-06-23a
78+ image : ghcr.io/framework-r-d/phlex-ci:latest
7979
8080 env :
8181 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments