Skip to content

Commit a48b251

Browse files
committed
add note to docs
1 parent e207a93 commit a48b251

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/dev-notes/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ To understand better how the action builds and executes the Docker container loo
111111

112112
### As of writing this, the log for building the docker action looks as follows
113113

114+
> **Note**
115+
>
116+
> This is the log when building the docker image for the action, which only happens on the [test-action workflow](https://github.com/edumserrano/markdown-link-check-log-parser/actions/workflows/test-action.yml) because the log for the action when it's published to the GitHub Marketplace will download the published packaged from the GitHub packages.
117+
>
118+
> The information mentioned here is still valuable to understand more about how GitHub Docker actions work.
119+
114120
```
115121
/usr/bin/docker build
116122
-t 4cd98f:236c6972581e50e94bc7f786208c8965
@@ -130,6 +136,12 @@ This way it can successfully build the Dockerfile for this action which would ot
130136

131137
### As of writing this, the log for running the docker action looks as follows
132138

139+
> **Note**
140+
>
141+
> This is the log when building the docker image for the action, which only happens on the [test-action workflow](https://github.com/edumserrano/markdown-link-check-log-parser/actions/workflows/test-action.yml) because the log for the action when it's published to the GitHub Marketplace will download the published packaged from the GitHub packages.
142+
>
143+
> The information mentioned here is still valuable to understand more about how GitHub Docker actions work.
144+
133145
```
134146
/usr/bin/docker run
135147
--name cd98f236c6972581e50e94bc7f786208c8965_460ab9

0 commit comments

Comments
 (0)