Skip to content

Commit

Permalink
remove the VirtualSize field from image inspect formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybravo committed Jun 22, 2024
1 parent e2fd911 commit 33bcaf7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
Architecture: {{.Architecture}}
OS: {{.Os}}
Size: {{.Size}}
VirtualSize: {{.VirtualSize}}
Metadata: {{.Metadata}}
' ${{ secrets.REGISTRY_LOGIN_SERVER }}/ssl-checker-webapp:latest
echo '--------------------'
Expand Down Expand Up @@ -69,7 +68,6 @@ jobs:
Architecture: {{.Architecture}}
OS: {{.Os}}
Size: {{.Size}}
VirtualSize: {{.VirtualSize}}
Metadata: {{.Metadata}}
' ${{ secrets.DOCKERHUB_USERNAME }}/ssl-checker-webapp:latest
echo '--------------------'

0 comments on commit 33bcaf7

Please sign in to comment.