Skip to content

Commit

Permalink
more builder troubleshooting
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Plant <[email protected]>
  • Loading branch information
pl4nty committed Jan 11, 2025
1 parent d485738 commit 2a47470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containers-kctf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
source kctf/activate
docker buildx ls
docker context ls
docker buildx use ${{ steps.buildkit.outputs.name }}
docker buildx use ${{ steps.buildkit.outputs.name }} --debug --global
docker buildx ls
docker() {
if [ "$1" = "build" ]; then
command docker buildx build --cache-from type=gha --cache-to type=gha,mode=max "${@:2}" --builder ${{ steps.buildkit.outputs.name }}
Expand Down

0 comments on commit 2a47470

Please sign in to comment.