Skip to content

Commit e3ea8ce

Browse files
authored
Fix version tagging on releases
1 parent f38688d commit e3ea8ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,7 @@ Once the code is ready to release please do the following
9999
5. Clone the repository at the release tag locally or in a codespace
100100
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)
101101
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

Comments
 (0)