Skip to content

Commit

Permalink
attempt to fix base version (#20)
Browse files Browse the repository at this point in the history
now uses a fixated base version
  • Loading branch information
marc-hanheide authored Feb 24, 2025
1 parent 85dc4b9 commit 5f85970
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-build-opengl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
pull_request:
branches: [ main ]

schedule:
- cron: '30 2 * * 0'
workflow_dispatch:

jobs:

build:

name: Build ${{ matrix.push_tag }} OpenGL Desktop Images (${{ github.event_name }} by ${{ github.actor }})
runs-on:
- lcas
Expand All @@ -22,19 +22,19 @@ jobs:
fail-fast: false
matrix:
include:
- base_image: lcas.lincoln.ac.uk/lcas/docker_cuda_desktop:westonrobot-1
- base_image: lcas.lincoln.ac.uk/lcas/docker_cuda_desktop:westonrobot-1.1.0
ros_distro: humble
push_tag: westonrobot-humble

- base_image: lcas.lincoln.ac.uk/lcas/docker_cuda_desktop:jammy-cuda11.8-1
- base_image: lcas.lincoln.ac.uk/lcas/docker_cuda_desktop:jammy-cuda11.8-1.1.0
ros_distro: humble
push_tag: jammy-cuda11.8-humble

- base_image: lcas.lincoln.ac.uk/lcas/docker_cuda_desktop:jammy-cuda12.2-1
- base_image: lcas.lincoln.ac.uk/lcas/docker_cuda_desktop:jammy-cuda12.2-1.1.0
ros_distro: humble
push_tag: jammy-cuda12.2-humble

- base_image: lcas.lincoln.ac.uk/lcas/docker_cuda_desktop:noble-cuda12.6-1
- base_image: lcas.lincoln.ac.uk/lcas/docker_cuda_desktop:noble-cuda12.6-1.1.0
ros_distro: rolling
push_tag: noble-cuda12.6-rolling

Expand Down

0 comments on commit 5f85970

Please sign in to comment.