瀏覽代碼

All the Dockerfiles now share one directory.

zinobias 2 年之前
父節點
當前提交
5f08aaf361
共有 4 個文件被更改,包括 1 次插入2 次删除
  1. 1 1
      .github/workflows/deploy.yml
  2. 0 1
      dockerfiles/.dockerignore
  3. 0 0
      dockerfiles/debian_large
  4. 0 0
      dockerfiles/debian_mini

+ 1 - 1
.github/workflows/build_and_deploy_ext2_img.yml → .github/workflows/deploy.yml

@@ -11,7 +11,7 @@ on:
         type: string
         type: string
         description: 'Absolute path to the Dockerfile.'
         description: 'Absolute path to the Dockerfile.'
         required: true
         required: true
-        default: 'dockerfiles/example/Dockerfile'
+        default: 'dockerfiles/debian_mini'
 
 
       IMAGE_SIZE:
       IMAGE_SIZE:
         type: string
         type: string

+ 0 - 1
dockerfiles/example/.dockerignore → dockerfiles/.dockerignore

@@ -1,2 +1 @@
-Dockerfile
 .dockerignore
 .dockerignore

+ 0 - 0
dockerfiles/debian_big_1900mb/Dockerfile → dockerfiles/debian_large


+ 0 - 0
dockerfiles/example/Dockerfile → dockerfiles/debian_mini