Skip to content

Commit 4e46eb0

Browse files
committed
docker buildx no longer likes blank strings
1 parent c90109a commit 4e46eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ jobs:
130130
set: |
131131
*.platform=linux/amd64
132132
*.cache-from=type=registry,ref=ghcr.io/${{ steps.lowercase-repo.outputs.repository }}:cache-${{ matrix.ROS_DISTRO }}
133-
*.cache-to=
133+
*.cache-to=''

0 commit comments

Comments
 (0)