File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 # Note: tags has to be all lower-case
3939 tags : |
4040 madduci/docker-linux-cpp:latest
41- madduci/docker-linux-cpp:2.0
41+ madduci/docker-linux-cpp:2.1
4242 # build on feature branches, push only on master branch
4343 push : ${{ github.ref == 'refs/heads/master' }}
4444
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,7 +6,7 @@ LABEL maintainer="Michele Adduci <adduci@tutanota.com>" \
66WORKDIR /project
77
88ARG DEB_COMPILERS="g++-12 g++-13 g++-14"
9- ARG EXTRA_CLANG_COMPILERS="17 18 19"
9+ ARG EXTRA_CLANG_COMPILERS="18 19 20 "
1010
1111RUN echo "Installing required packages " \
1212 && export DEBIAN_FRONTEND=noninteractive \
You can’t perform that action at this time.
0 commit comments