All the Dockerfiles now share one directory.
This commit is contained in:
parent
8c6537e2a6
commit
5f08aaf361
4 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@ on:
|
|||
type: string
|
||||
description: 'Absolute path to the Dockerfile.'
|
||||
required: true
|
||||
default: 'dockerfiles/example/Dockerfile'
|
||||
default: 'dockerfiles/debian_mini'
|
||||
|
||||
IMAGE_SIZE:
|
||||
type: string
|
|
@ -1,2 +1 @@
|
|||
Dockerfile
|
||||
.dockerignore
|
Loading…
Reference in a new issue