Skip to content

Commit

Permalink
Pin buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
amarburg committed Dec 13, 2024
1 parent 79c0874 commit 4df0875
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
# Pin buildx to this version
# Issues with setting "*.cache-to=" below with v0.19.2
version: v0.18.0

- if: env.PUSH == 'true'
name: Log into registry
Expand Down Expand Up @@ -130,4 +134,4 @@ jobs:
set: |
*.platform=linux/amd64
*.cache-from=type=registry,ref=ghcr.io/${{ steps.lowercase-repo.outputs.repository }}:cache-${{ matrix.ROS_DISTRO }}
*.cache-to=local,dest=/tmp
*.cache-to=

0 comments on commit 4df0875

Please # to comment.