Skip to content

Commit 4d6d223

Browse files
author
Steve Jeong
committed
rename workflows and modify README.
Signed-off-by: Steve Jeong <[email protected]>
1 parent 4f49be1 commit 4d6d223

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/docker-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'docker-workspace (CI/CD)'
1+
name: 'workspace-base (docker)'
22

33
on:
44
push:

.github/workflows/docker-jekyll.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'docker-jekyll (CI/CD)'
1+
name: 'workspace-jekyll (docker)'
22

33
on:
44
workflow_dispatch:

.github/workflows/docker-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'docker-workspace (CI/CD)'
1+
name: 'workspace-latest (docker)'
22

33
on:
44
workflow_dispatch:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ $ ./set --help
2727

2828
pull & run image
2929
```
30-
$ docker pull how2flow/workspace:latest
31-
$ docker run -it how2flow/workspace:latest
30+
$ docker pull how2flow/workspace:base
31+
$ docker run -it how2flow/workspace:base
3232
```

0 commit comments

Comments
 (0)