We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2944f commit f9bd2caCopy full SHA for f9bd2ca
.github/workflows/publish-image.yml
@@ -31,3 +31,4 @@ jobs:
31
registry: docker.pkg.github.com
32
repository: makimo/github-actions-runner/ghar
33
tag_with_ref: true
34
+ tags: latest
README.md
@@ -11,11 +11,10 @@ To execute the actions in the current project run in the root
11
directory:
12
13
```
14
-$ docker run \
15
- --rm -it \
+$ docker run --rm -it \
16
-v "$(pwd):/app" -v /var/run:/var/run \
17
-w /app \
18
- docker.pkg.github.com/makimo/github-action-runner/ghar
+ docker.pkg.github.com/makimo/github-actions-runner/ghar
19
20
21
> Note: this will use the `docker` from the host machine to spawn
0 commit comments