Skip to content

Commit

Permalink
fix(action): Bump buildkit container in the action (#1595)
Browse files Browse the repository at this point in the history
Reviewed-by: Alexander Jung <alex@unikraft.io>
Approved-by: Alexander Jung <alex@unikraft.io>
  • Loading branch information
nderjung committed Apr 24, 2024
2 parents ffbc9ee + ca4589f commit fdc2a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ runs:
--privileged \
--name buildkitd_${GITHUB_RUN_ID}_${SUFFIX} \
-v /run/buildkit:/run/buildkit:rw \
moby/buildkit:v0.12.1;
moby/buildkit:v0.13.1;
sleep 5; # wait for buildkit to start
sudo chmod 666 /run/buildkit/buildkitd.sock;
env:
Expand Down

0 comments on commit fdc2a33

Please sign in to comment.