소스 검색

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