Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update CI workflows and pipelines #1768

Merged
merged 1 commit into from
Nov 8, 2023
Merged

ci: update CI workflows and pipelines #1768

merged 1 commit into from
Nov 8, 2023

Conversation

pirtleshell
Copy link
Member

@pirtleshell pirtleshell commented Nov 8, 2023

  • build & publish rocksdb docker images on merge to master
  • publish docker images on push of release version tags

NOTE: New docker image tag pattern. ALL tags now include database suffix
ex. <githash>-goleveldb, v0.25.0-alpha.1-rocksdb, master-rocksdb, etc

  • update dockerfiles for better caching
  • update all github action workflow versions
  • improve caching of go packages
  • cache docker image layers for reuse between runs
  • update dockerignore to remove non-essential files

* build & publish rocksdb docker images merge to master
* publish docker images on push of release version tags

NOTE: New docker image tag pattern. ALL tags now include database suffix
ex. <githash>-goleveldb, v0.25.0-alpha.1-rocksdb, master-rocksdb, etc

* update dockerfiles for better caching
* update all github action workflow versions
* improve caching of go packages
* cache docker image layers for reuse between runs
* update dockerignore to remove non-essential files
go-version: "1.20"
check-latest: true
cache: true
go-version-file: go.mod
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sweet, one less config to update during releases

@pirtleshell pirtleshell merged commit 967c685 into master Nov 8, 2023
@pirtleshell pirtleshell deleted the rp-ci-updates branch November 8, 2023 22:06
drklee3 pushed a commit that referenced this pull request Nov 21, 2023
* build & publish rocksdb docker images merge to master
* publish docker images on push of release version tags

NOTE: New docker image tag pattern. ALL tags now include database suffix
ex. <githash>-goleveldb, v0.25.0-alpha.1-rocksdb, master-rocksdb, etc

* update dockerfiles for better caching
* update all github action workflow versions
* improve caching of go packages
* cache docker image layers for reuse between runs
* update dockerignore to remove non-essential files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants