Skip to content

Commit 61e4785

Browse files
mambaxhubwriter
andauthored
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]>
1 parent 33ab126 commit 61e4785

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
@@ -297,7 +297,7 @@ runs:
297297

298298
#### `runs.image`
299299

300-
**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` (the filename must be `Dockerfile`) local to your repository, use a path relative to your action metadata file. The `docker` application will execute this file.
300+
**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.
301301

302302
#### `runs.env`
303303

0 commit comments

Comments
 (0)