-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[ci] Fix deploy workflow #3044
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] Fix deploy workflow #3044
Conversation
Signed-off-by: Viet Nguyen Duc <[email protected]>
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist
PR Type
Bug fix
Description
Remove
continue_on_error: truefrom retry actions in CI workflowsAdd
--format tableflag todocker imagescommands in MakefileEnsures proper error handling in deployment workflow steps
Fixes docker image validation output parsing
Diagram Walkthrough
File Walkthrough
build-ffmpeg.yml
Remove continue_on_error from ffmpeg deploy step.github/workflows/build-ffmpeg.yml
continue_on_error: truefrom the Deploy new images stepcontinuing
deploy.yml
Remove continue_on_error from multiple deploy steps.github/workflows/deploy.yml
continue_on_error: truefrom three deploy steps: Deploy newimages, Deploy latest tag, and Tag browser images
issues
Makefile
Add format table flag to docker images commandsMakefile
--format tableflag to all 24docker imagescommand invocationsin the release target
validation checks
release