Skip to content

Commit

Permalink
bump v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Sep 18, 2023
1 parent e4387c0 commit 1c561f5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- jobservice
- log
- nginx
- notary-server
- notary-signer
- portal
- prepare
- redis
Expand Down Expand Up @@ -81,7 +79,6 @@ jobs:
- log
- nginx
- registryctl
- notary
- trivy_adapter
- redis
- standalone_db_migrator
Expand Down Expand Up @@ -137,7 +134,6 @@ jobs:
core) make compile_core ${CTX} ;;
jobservice) make compile_jobservice ${CTX};;
registryctl) make compile_registryctl ${CTX};;
notary*) make compile_notary_migrate_patch ${CTX} ;;
standalone_db_migrator) make compile_standalone_db_migrator ${CTX} ;;
esac;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
## How to build

Same as https://github.com/goharbor/harbor
With the patch https://github.com/goharbor/harbor/compare/v2.8.3...morlay:patch-v2.8.3
With the patch https://github.com/goharbor/harbor/compare/v2.9.0...morlay:patch-v2.9.0

See more in https://github.com/octohelm/harbor/blob/main/.github/workflows/docker-publish-images.yml
2 changes: 1 addition & 1 deletion harbor
Submodule harbor updated 1031 files
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.8.3
v2.9.0

0 comments on commit 1c561f5

Please sign in to comment.