-
Notifications
You must be signed in to change notification settings - Fork 0
Clean up workflows and packaging #139
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
base: main
Are you sure you want to change the base?
Conversation
Our packaging and upgrades were messy and very difficult to maintain and this switch moves to a standard bump version process that we have more control over.
| - name: Checkout | ||
| uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 | ||
| with: | ||
| root_options: '-v' | ||
| git_committer_email: 'software-team+githubcibot@populationgenomics.org.au' | ||
| git_committer_name: 'cpg-software-ci-bot' | ||
| github_token: ${{ secrets.BOT_ACCESS_TOKEN }} | ||
| fetch-depth: 0 |
Check warning
Code scanning / zizmor
does not set persist-credentials: false Warning
📊 SonarQube Summary
|
🐳 Docker Image BuiltA new Docker image has been built for this PR: Image: Pull command: docker pull australia-southeast1-docker.pkg.dev/cpg-common/images-dev/cpg_flow:37c043dbf87a1ff3bdecb9929422612232c46803🔗 View in Google Cloud Console This comment was automatically generated by the Docker workflow. |
The docs builds had some duplication across workflows and caused issues in packaging. This change condenses the workflows.
|
We should just use the standard |
Our packaging and upgrades were messy and very difficult to maintain and this switch moves to a standard bump version process that we have more control over.