diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index fd1ef9b53933..fd0d62a5c6f8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -153,7 +153,7 @@ jobs: - name: Install k3s if: matrix.driver == 'kubernetes' - uses: crazy-max/.github/.github/actions/install-k3s@7730d1434364d4b9aded32735b078a7ace5ea79a + uses: crazy-max/.github/.github/actions/install-k3s@a94383ec9e125b23907fb6fcebf7ff87964595e5 with: version: ${{ env.K3S_VERSION }} - diff --git a/hack/test-driver b/hack/test-driver index e70315e31554..1689af0738a9 100755 --- a/hack/test-driver +++ b/hack/test-driver @@ -143,6 +143,14 @@ if [ "$DRIVER" != "docker" ]; then "${context}" fi +# list build records +buildxCmd --builder="${builderName}" history ls + +# export build records +sleep 10 +buildxCmd --builder="${builderName}" history export --finalize --all --output "${context}/records.dockerbuild" +file "${context}/records.dockerbuild" + # create bake def cat > "${bakedef}" <