Skip to content

Update ci images for Kokkos and Ginkgo (#8) #6

Update ci images for Kokkos and Ginkgo (#8)

Update ci images for Kokkos and Ginkgo (#8) #6

Workflow file for this run

name: "Update Ubuntu 24.04"
on:
workflow_dispatch:
push:
branches:
- master
paths:
- 'ci-ubuntu-2404.dockerfile'
- 'ubuntu/**'
jobs:
latest:
runs-on: ubuntu-latest
env:
image: ubuntu-2404
steps:
- uses: actions/checkout@v2
- uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASS }}
dockerfile: "./ci-${{ env.image }}.dockerfile"
repository: precice/ci-${{ env.image }}
tags: latest