Skip to content

Commit

Permalink
Update tools-releases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbueringer authored Apr 5, 2024
1 parent 2899f77 commit 464d6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tools-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
context: .
file: ./hack/tools/envtest/${{matrix.os}}/Dockerfile
platforms: "{{matrix.os}}/{{matrix.arch}}"
platforms: "${{matrix.os}}/${{matrix.arch}}"
build-args: |
KUBERNETES_VERSION=v${{env.KUBERNETES_VERSION}}
push: true
Expand Down

0 comments on commit 464d6c4

Please sign in to comment.