Skip to content

Commit 5d6851a

Browse files
author
Miguel Savignano
committed
update README
1 parent 7aca042 commit 5d6851a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ Execute docker build and push using docker caches.
55
## Github Action
66

77
```yml
8-
- uses: devmasx/[email protected]
9-
with:
10-
image_name: devmasx/project-name
11-
cache_stage_target: builder
12-
build_params: --build-arg=NPM_TOKEN=${{secrets.NPM_TOKEN}}
13-
``
8+
- uses: devmasx/[email protected]
9+
with:
10+
image_name: devmasx/project-name
11+
cache_stage_target: builder
12+
build_params: --build-arg=NPM_TOKEN=${{secrets.NPM_TOKEN}}
13+
```
14+
1415
## Docker build
1516
1617
Use the latest docker image for use as cache
@@ -67,3 +68,5 @@ docker push image-name
6768
```
6869

6970
```
71+
72+
```

0 commit comments

Comments
 (0)