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: CONTRIBUTING.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,5 +99,7 @@ Once the code is ready to release please do the following
99
99
5. Clone the repository at the release tag locally or in a codespace
100
100
6. Authenticate to ghcr.io using [these instructions](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-the-container-registry)
101
101
7.`docker build -t ghcr.io/zkoppert/innersource-crawler:v1 .` where v1 is the current major version number
102
-
8.`docker push ghcr.io/zkoppert/innersource-crawler:v1` where v1 is the current major version number
103
-
9. Update the `README.md` instructions to point to the new docker container
102
+
8.`docker build -t ghcr.io/zkoppert/innersource-crawler:v1.0.0 .` where v1.0.0 is the full version number
103
+
9.`docker push ghcr.io/zkoppert/innersource-crawler:v1` where v1 is the current major version number
104
+
10.`docker push ghcr.io/zkoppert/innersource-crawler:v1.0.0` where v1.0.0 is the full version number
105
+
11. Update the `action.yml` and `README.md` instructions to point to the new docker container if its a major version number change
0 commit comments