File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 # steps to perform in job
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 # setup Docker buld action
2323 - name : Set up Docker Buildx
3838 # Note: tags has to be all lower-case
3939 tags : |
4040 madduci/docker-linux-cpp:latest
41- madduci/docker-linux-cpp:2.1
41+ madduci/docker-linux-cpp:2.2
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 11FROM ubuntu:24.04
22
3- LABEL maintainer=
"Michele Adduci <[email protected] >" \
3+ LABEL maintainer=
"Michele Adduci <[email protected] >" \
44 license="MIT"
55
66WORKDIR /project
77
88ARG DEB_COMPILERS="g++-12 g++-13 g++-14"
9- ARG EXTRA_CLANG_COMPILERS="18 19 20"
9+ ARG EXTRA_CLANG_COMPILERS="19 20 21 "
1010
1111RUN echo "Installing required packages " \
1212 && export DEBIAN_FRONTEND=noninteractive \
You can’t perform that action at this time.
0 commit comments