File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 38
38
# Note: tags has to be all lower-case
39
39
tags : |
40
40
madduci/docker-linux-cpp:latest
41
- madduci/docker-linux-cpp:2.0
41
+ madduci/docker-linux-cpp:2.1
42
42
# build on feature branches, push only on master branch
43
43
push : ${{ github.ref == 'refs/heads/master' }}
44
44
Original file line number Diff line number Diff line change
1
+ # Set update schedule for GitHub Actions
2
+ version : 2
3
+ updates :
4
+ - package-ecosystem : " github-actions"
5
+ directory : " /"
6
+ schedule :
7
+ # Check for updates to GitHub Actions every week
8
+ interval : " weekly"
Original file line number Diff line number Diff line change 6
6
WORKDIR /project
7
7
8
8
ARG DEB_COMPILERS="g++-12 g++-13 g++-14"
9
- ARG EXTRA_CLANG_COMPILERS="17 18 19"
9
+ ARG EXTRA_CLANG_COMPILERS="18 19 20 "
10
10
11
11
RUN echo "Installing required packages " \
12
12
&& export DEBIAN_FRONTEND=noninteractive \
You can’t perform that action at this time.
0 commit comments