Conversation
There was a problem hiding this comment.
Pull request overview
This pull request updates the Docker image version for ghcr.io/github/gh-aw-mcpg from v0.0.94 to v0.0.98 in the daily-multi-device-docs-tester.lock.yml workflow file.
Changes:
- Updated Docker image version in the download step (line 173)
- Updated Docker image version in the MCP gateway Docker command (line 455)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| await determineAutomaticLockdown(github, context, core); | ||
| - name: Download container images | ||
| run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/gh-aw-mcpg:v0.0.94 ghcr.io/github/github-mcp-server:v0.30.2 mcr.microsoft.com/playwright/mcp node:lts-alpine | ||
| run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/gh-aw-mcpg:v0.0.98 ghcr.io/github/github-mcp-server:v0.30.2 mcr.microsoft.com/playwright/mcp node:lts-alpine |
There was a problem hiding this comment.
This PR only updates the Docker image version in one workflow file (daily-multi-device-docs-tester.lock.yml), but there are over 100 other workflow files in .github/workflows/ that still reference the old version v0.0.94. This creates an inconsistency across the workflow files where some will use v0.0.98 while the majority continue to use v0.0.94. Consider whether this is intentional or if all workflows should be updated together to maintain consistency.
| run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/gh-aw-mcpg:v0.0.98 ghcr.io/github/github-mcp-server:v0.30.2 mcr.microsoft.com/playwright/mcp node:lts-alpine | |
| run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/gh-aw-mcpg:v0.0.94 ghcr.io/github/github-mcp-server:v0.30.2 mcr.microsoft.com/playwright/mcp node:lts-alpine |
No description provided.