Skip to content

Commit f9bd2ca

Browse files
author
Marcin Struś
committed
Add latest tag on build
1 parent 4f2944f commit f9bd2ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ jobs:
3131
registry: docker.pkg.github.com
3232
repository: makimo/github-actions-runner/ghar
3333
tag_with_ref: true
34+
tags: latest

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ To execute the actions in the current project run in the root
1111
directory:
1212

1313
```
14-
$ docker run \
15-
--rm -it \
14+
$ docker run --rm -it \
1615
-v "$(pwd):/app" -v /var/run:/var/run \
1716
-w /app \
18-
docker.pkg.github.com/makimo/github-action-runner/ghar
17+
docker.pkg.github.com/makimo/github-actions-runner/ghar
1918
```
2019

2120
> Note: this will use the `docker` from the host machine to spawn

0 commit comments

Comments
 (0)