-
Notifications
You must be signed in to change notification settings - Fork 941
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
feat(framework:skip) Add cronjob to periodically build Docker image of latest flwr release #4092
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Robert Steiner <[email protected]>
f0de317
to
967790f
Compare
Signed-off-by: Robert Steiner <[email protected]>
Signed-off-by: Robert Steiner <[email protected]>
Signed-off-by: Robert Steiner <[email protected]>
5627b8d
to
25797eb
Compare
.github/workflows/docker-cronjob.yml
Outdated
|
||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
with: | ||
# ref: v${{ steps.flwr-version.outputs.flwr-version }} |
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.
Isn't this line a duplicate of the next?
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.
good catch! i removed it
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.
@Robert-Steiner
@danieljanes and I just discussed that, technically, we don't have an automated testing pipeline for the Docker artifacts the same way we thoroughly test the Flower library build artifacts. We will postpone merging this to avoid accidentally breaking Docker images until we have an E2E test for the images.
Issue
Description
Related issues/PRs
Proposal
Explanation
Checklist
#contributions
)Any other comments?