diff --git a/.github/workflows/build_docker_images_for_ci.yml b/.github/workflows/build_docker_images_for_ci.yml index 24872a1a451..e2aa37a4473 100644 --- a/.github/workflows/build_docker_images_for_ci.yml +++ b/.github/workflows/build_docker_images_for_ci.yml @@ -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: @@ -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