Skip to content

Conversation

@lpcox
Copy link
Collaborator

@lpcox lpcox commented Feb 4, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 4, 2026 01:02
@lpcox lpcox merged commit dbd04a7 into main Feb 4, 2026
37 checks passed
@lpcox lpcox deleted the lpcox-patch-1 branch February 4, 2026 01:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link

Copilot AI Feb 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
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

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants