瀏覽代碼

Workflow: Use power-of-two sizes for the image

Alessandro Pignotti 2 年之前
父節點
當前提交
f652d3763e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/deploy.yml

+ 2 - 2
.github/workflows/deploy.yml

@@ -15,9 +15,9 @@ on:
 
       IMAGE_SIZE:
         type: string
-        description: 'Image size, 950MB max.'
+        description: 'Image size, 950M max.'
         required: true
-        default: '600MB'
+        default: '600M'
 
       LOGIN_UGID:
           type: string