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 4f49be1 commit 4d6d223Copy full SHA for 4d6d223
.github/workflows/docker-base.yaml
@@ -1,4 +1,4 @@
1
-name: 'docker-workspace (CI/CD)'
+name: 'workspace-base (docker)'
2
3
on:
4
push:
.github/workflows/docker-jekyll.yaml
-name: 'docker-jekyll (CI/CD)'
+name: 'workspace-jekyll (docker)'
workflow_dispatch:
.github/workflows/docker-latest.yaml
+name: 'workspace-latest (docker)'
README.md
@@ -27,6 +27,6 @@ $ ./set --help
27
28
pull & run image
29
```
30
-$ docker pull how2flow/workspace:latest
31
-$ docker run -it how2flow/workspace:latest
+$ docker pull how2flow/workspace:base
+$ docker run -it how2flow/workspace:base
32
0 commit comments