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
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,18 @@ For more information about the GitHub workflows configured for this repo go [her
86
86
87
87
## GitHub marketplace
88
88
89
-
This action is published to the [GitHub marketplace](https://github.com/marketplace/actions/markdown-link-check-log-parser). See here for more information on [how to publish or remove an action from the marketplace](https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace).
89
+
This action is published to the [GitHub marketplace](https://github.com/marketplace/actions/markdown-link-check-log-parser).
90
90
91
-
**Currently there is no workflow setup to publish this action to the marketplace. The publishing act is a manual process following the instructions above.**
91
+
**Currently there is no workflow setup to publish this action to the marketplace. The publishing act is a manual process following the instructions below.**
92
+
93
+
When publishing a new version:
94
+
95
+
- the docker image tag for `docker://ghcr.io/edumserrano/markdown-link-check-log-parser` in the [action.yml](/action.yml) file needs to be updated to a new version.
96
+
- a new tag with the new version must be created. One option is to tag the commit that updates the `action.yml` mentioned in the point above.
97
+
98
+
Once a new tag is pushed the workflow to publish a docker image will execute and publish a docker image to GitHub packages that will contain a docker image tag that matches the new GitHub tag.
99
+
100
+
From here on you can follow the instruction at [how to publish or remove an action from the marketplace](https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace).
0 commit comments