1
0
포크 0
MQL5-Google-Onedrive/.github/workflows
google-labs-jules[bot] 96b2be8df2 fix(ci): Use correct Docker tag from metadata action output
Corrects the CI workflow to prevent 'manifest unknown' errors.

The `docker/metadata-action` generates a Docker tag with a shortened git SHA, but subsequent `docker run` and `docker pull` commands were attempting to use the full-length SHA, causing the image to not be found.

This fix modifies the `build-and-test` job to expose the generated tags as an output. The test and deployment steps are updated to consume this output, ensuring that the correct, shortened SHA tag is used throughout the workflow.

Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-01-29 17:37:28 +00:00
..
ci-cd-docker-dev.yml fix(ci): Use correct Docker tag from metadata action output 2026-01-29 17:37:28 +00:00
ci.yml feat: Add GitHub Actions for CI, automerge, and sync 2025-12-27 06:02:09 +00:00
deploy-cloud.yml feat: Add cloud deployment configurations and automation - Added Dockerfile and docker-compose.yml for containerized deployment - Created render.yaml for Render.com deployment - Created railway.json for Railway.app deployment - Created fly.toml for Fly.io deployment - Added deploy_cloud.py script for multi-platform deployment - Created comprehensive Cloud Deployment Guide documentation - Added GitHub Actions workflow for cloud deployment validation - Updated README with cloud deployment quick start 2026-01-10 04:53:57 +07:00
deploy-dashboard.yml Add Telegram deployment bot, web dashboard, and deployment automation 2026-01-19 06:08:25 +07:00
docker-dev-desktop.yml Add GitHub CI/CD workflows for Docker dev deployment with automation 2026-01-19 10:03:04 +07:00
enable-automerge.yml feat: Add GitHub Actions for CI, automerge, and sync 2025-12-27 06:02:09 +00:00
github-pages-sync.yml feat: Add Mouy-leng request processing system - Improved custom issue template with request types - Created GitHub Pages sync workflow for automated syncing - Added sync_github_pages.py script for manual syncing - Created Mouy-leng Request Processing Guide documentation 2026-01-10 04:41:34 +07:00
onedrive-sync.yml feat: Conditionally enable OneDrive sync based on config 2025-12-27 06:22:19 +00:00