Skip to content

Commit c5f68a5

Browse files
mambaxhubwriter
andauthored
Update metadata-syntax-for-github-actions.md (#3468)
* Update metadata-syntax-for-github-actions.md I tried to use another name than Dockerfile, the build fails saying: `docker: invalid reference format: repository name must be lowercase.` * Update content/actions/creating-actions/metadata-syntax-for-github-actions.md Thanks, I struggled to find the correct words and not change the text too much Co-authored-by: hubwriter <[email protected]> Co-authored-by: hubwriter <[email protected]>
1 parent fbf8345 commit c5f68a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/creating-actions/metadata-syntax-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ runs:
299299

300300
#### `runs.image`
301301

302-
**Required** The Docker image to use as the container to run the action. The value can be the Docker base image name, a local `Dockerfile` in your repository, or a public image in Docker Hub or another registry. To reference a `Dockerfile` local to your repository, use a path relative to your action metadata file. The `docker` application will execute this file.
302+
**Required** The Docker image to use as the container to run the action. The value can be the Docker base image name, a local `Dockerfile` in your repository, or a public image in Docker Hub or another registry. To reference a `Dockerfile` local to your repository, the file must be named `Dockerfile` and you must use a path relative to your action metadata file. The `docker` application will execute this file.
303303

304304
#### `runs.env`
305305

0 commit comments

Comments
 (0)