Skip to content

Commit 4dbb4a1

Browse files
committed
CI ubuntu 20 => 22
1 parent d53c609 commit 4dbb4a1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/docker_files/docker_file_ci_ubuntu_20_04/DockerFile renamed to .github/docker_files/docker_file_ci_ubuntu_22_04/DockerFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:focal
1+
FROM ubuntu:jammy
22

33
ENV HOME /root
44

@@ -15,7 +15,7 @@ RUN apt-get update -y && apt-get upgrade -y && \
1515
apt-get -y update && \
1616
apt-get install -y \
1717
build-essential \
18-
clang-11 \
18+
clang \
1919
cmake \
2020
git \
2121
intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic \

.github/workflows/build_docker_images_for_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
branches:
77
- 'master'
88
paths:
9-
- '.github/docker_files/docker_file_ci_ubuntu_20_04/*'
9+
- '.github/docker_files/docker_file_ci_ubuntu_22_04/*'
1010
- '.github/workflows/build_docker_images_for_ci.yml'
1111
pull_request:
1212
branches:
1313
- 'master'
1414
paths:
15-
- '.github/docker_files/docker_file_ci_ubuntu_20_04/*'
15+
- '.github/docker_files/docker_file_ci_ubuntu_22_04/*'
1616
- '.github/workflows/build_docker_images_for_ci.yml'
1717

1818
jobs:
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v2
2424
- name: Build the Docker image
25-
run: docker build . --file .github/docker_files/docker_file_ci_ubuntu_20_04/DockerFile --tag kratosmultiphysics/co-sim-io-image-ci-ubuntu-20-04
25+
run: docker build . --file .github/docker_files/docker_file_ci_ubuntu_22_04/DockerFile --tag kratosmultiphysics/co-sim-io-image-ci-ubuntu-22-04
2626
- name: Docker Login
2727
uses: azure/docker-login@v1
2828
with:
@@ -31,4 +31,4 @@ jobs:
3131
- name: Publish the Docker image
3232
if: ${{ github.event_name == 'push'}}
3333
# only push the new image when the changes are merged to master
34-
run: docker push kratosmultiphysics/co-sim-io-image-ci-ubuntu-20-04
34+
run: docker push kratosmultiphysics/co-sim-io-image-ci-ubuntu-22-04

0 commit comments

Comments
 (0)