Skip to content

Commit

Permalink
disable build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-hanheide authored Jan 7, 2025
1 parent b121814 commit 1566f47
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-build-opengl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ jobs:
file: ./nvidia.dockerfile
platforms: linux/amd64
push: true
cache-from: type=registry,ref=lcas.lincoln.ac.uk/cache/lcas/ros:${{ matrix.push_tag }}
cache-to: type=registry,ref=lcas.lincoln.ac.uk/cache/lcas/ros:${{ matrix.push_tag }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down Expand Up @@ -180,8 +178,6 @@ jobs:
context: .
file: ./nvidia.dockerfile
platforms: linux/arm64
cache-from: type=registry,ref=lcas.lincoln.ac.uk/cache/lcas/ros:${{ matrix.push_tag }}
cache-to: type=registry,ref=lcas.lincoln.ac.uk/cache/lcas/ros:${{ matrix.push_tag }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 1566f47

Please sign in to comment.