File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153 -
154154 name : Install k3s
155155 if : matrix.driver == 'kubernetes'
156- uses : crazy-max/.github/.github/actions/install-k3s@7730d1434364d4b9aded32735b078a7ace5ea79a
156+ uses : crazy-max/.github/.github/actions/install-k3s@a94383ec9e125b23907fb6fcebf7ff87964595e5
157157 with :
158158 version : ${{ env.K3S_VERSION }}
159159 -
Original file line number Diff line number Diff line change @@ -143,6 +143,14 @@ if [ "$DRIVER" != "docker" ]; then
143143 " ${context} "
144144fi
145145
146+ # list build records
147+ buildxCmd --builder=" ${builderName} " history ls
148+
149+ # export build records
150+ sleep 10
151+ buildxCmd --builder=" ${builderName} " history export --finalize --all --output " ${context} /records.dockerbuild"
152+ file " ${context} /records.dockerbuild"
153+
146154# create bake def
147155cat > " ${bakedef} " << EOL
148156group "default" {
You can’t perform that action at this time.
0 commit comments