Skip to content

Commit c55cbf2

Browse files
committed
Uncomment cache-from and cache-to lines in Docker build configuration
1 parent 0d530ee commit c55cbf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build-and-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
platforms: ${{ matrix.architectures }}
106106
push: true
107107
target: ${{ matrix.stage }}
108-
#cache-from: type=registry,ref=lcas.lincoln.ac.uk/cache/${{ matrix.push_image }}:${{ matrix.ros_dist }}
109-
#cache-to: type=registry,ref=lcas.lincoln.ac.uk/cache/${{ matrix.push_image }}:${{ matrix.ros_dist }},mode=max
108+
cache-from: type=registry,ref=lcas.lincoln.ac.uk/cache/${{ matrix.push_image }}:${{ matrix.ros_dist }}
109+
cache-to: type=registry,ref=lcas.lincoln.ac.uk/cache/${{ matrix.push_image }}:${{ matrix.ros_dist }},mode=max
110110
tags: ${{ steps.meta.outputs.tags }}
111111
labels: ${{ steps.meta.outputs.labels }}
112112
build-args: |

0 commit comments

Comments
 (0)