We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8bcda commit 3c6ab92Copy full SHA for 3c6ab92
.github/workflows/ci.yml
@@ -522,6 +522,7 @@ jobs:
522
fail-fast: false
523
matrix:
524
version:
525
+ - latest
526
- v0.11.0
527
- v0.10.5
528
steps:
@@ -530,7 +531,7 @@ jobs:
530
531
uses: actions/checkout@v4
532
-
533
name: Install k3s
- uses: crazy-max/.github/.github/actions/install-k3s@f5cb4a109b7a3b466a2ac293ef4bb13f1571acd7
534
+ uses: crazy-max/.github/.github/actions/install-k3s@a94383ec9e125b23907fb6fcebf7ff87964595e5
535
536
name: Set up Docker Buildx
537
id: buildx
0 commit comments