You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev-notes/README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,12 @@ To understand better how the action builds and executes the Docker container loo
111
111
112
112
### As of writing this, the log for building the docker action looks as follows
113
113
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
+
114
120
```
115
121
/usr/bin/docker build
116
122
-t 4cd98f:236c6972581e50e94bc7f786208c8965
@@ -130,6 +136,12 @@ This way it can successfully build the Dockerfile for this action which would ot
130
136
131
137
### As of writing this, the log for running the docker action looks as follows
132
138
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.
0 commit comments