Skip to content

Commit

Permalink
[CI] Adding Rocky image build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
loumalouomega authored Nov 29, 2024
1 parent 1d7ec51 commit aec00c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docker_images_for_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
# only push the new image when the changes are merged to master
run: docker push kratosmultiphysics/kratos-image-ci-ubuntu-22-04

build-docker-centos:
build-docker-rocky:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file scripts/docker_files/docker_file_ci_centos_7/DockerFile --tag kratosmultiphysics/kratos-image-ci-centos7
run: docker build . --file scripts/docker_files/docker_file_ci_rockylinux8/DockerFile --tag kratosmultiphysics/kratos-image-ci-rocky8
- name: Docker Login
uses: azure/docker-login@v2
with:
Expand All @@ -61,4 +61,4 @@ jobs:
- name: Publish the Docker image
if: ${{ github.event_name == 'push'}}
# only push the new image when the changes are merged to master
run: docker push kratosmultiphysics/kratos-image-ci-centos7
run: docker push kratosmultiphysics/kratos-image-ci-rocky8

0 comments on commit aec00c3

Please sign in to comment.