From 33bcaf7c05911047b323c1d8569957d4357ed5b8 Mon Sep 17 00:00:00 2001 From: Henry Bravo Date: Sat, 22 Jun 2024 16:16:03 +0200 Subject: [PATCH] remove the VirtualSize field from image inspect formatting --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f436070..e8b0e40 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,6 @@ jobs: Architecture: {{.Architecture}} OS: {{.Os}} Size: {{.Size}} - VirtualSize: {{.VirtualSize}} Metadata: {{.Metadata}} ' ${{ secrets.REGISTRY_LOGIN_SERVER }}/ssl-checker-webapp:latest echo '--------------------' @@ -69,7 +68,6 @@ jobs: Architecture: {{.Architecture}} OS: {{.Os}} Size: {{.Size}} - VirtualSize: {{.VirtualSize}} Metadata: {{.Metadata}} ' ${{ secrets.DOCKERHUB_USERNAME }}/ssl-checker-webapp:latest echo '--------------------' \ No newline at end of file