-
Notifications
You must be signed in to change notification settings - Fork 14
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
Rust release flow #307
base: main
Are you sure you want to change the base?
Rust release flow #307
Conversation
COPY Cargo.toml Cargo.lock ./ | ||
COPY src ./src | ||
COPY concordium-rust-sdk /usr/app/concordium-rust-sdk | ||
COPY .sqlx .sqlx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably ensure in CI that sqlx has been updated.
|
||
jobs: | ||
release-ccdscan-fungus: | ||
uses: concordium/.github/.github/workflows/docker-release-workflow.yaml@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has been mentioned that we would rather do copy paste. I rather have it like this so we do not diverge in the different release flow of this repository.
Purpose
Make release flow
Changes
Dockerfile
Release file
Checklist
hard-to-understand areas.