Skip to content

Commit

Permalink
Pin docker buildx to v0.18.0 in Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amarburg committed Dec 13, 2024
1 parent 4c4d003 commit 362baa8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
# Pin docker-buildx to this version for now
# v0.19.2 has issues with empty keys,
# particularly the "*.cache-to=" used below
#
version: v0.18.0

- if: env.PUSH == 'true'
name: Log into registry
Expand Down

0 comments on commit 362baa8

Please sign in to comment.