Skip to content

Remove non-ECR tag on "build image" Mask command#652

Merged
forstmeier merged 1 commit intomasterfrom
fix-incorrect-dockerhub-reference
Dec 29, 2025
Merged

Remove non-ECR tag on "build image" Mask command#652
forstmeier merged 1 commit intomasterfrom
fix-incorrect-dockerhub-reference

Conversation

@forstmeier
Copy link
Copy Markdown
Collaborator

@forstmeier forstmeier commented Dec 29, 2025

Overview

Changes

  • remove non-ECR tag from "build image" Mask command

Comments

This seems to be causing an issue in the GitHub Actions workflow.

Summary by CodeRabbit

  • Chores
    • Updated the build process to optimize container image tagging, removing redundant local tags while maintaining remote registry functionality.

✏️ Tip: You can customize this high-level summary in your review settings.

Copy link
Copy Markdown
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 PR removes a non-ECR Docker image tag from the "build image" Mask command to resolve GitHub Actions workflow issues. The change eliminates a local tag that was causing problems while retaining the AWS ECR tag needed for deployment.

Key Changes:

  • Removed the pocketsizefund/${application_name}-${stage_name}:latest tag from the docker build command
Comments suppressed due to low confidence (1)

maskfile.md:1

  • Corrected spelling in PR title from 'rRemove' to 'Remove'.
# Pocket Size Fund Task Manager

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Dec 29, 2025

Walkthrough

The maskfile.md file has been modified to remove the local image tag from the Docker build command. The build command now exclusively uses the remote ECR tag (in the format aws_account_id....:latest) and no longer creates a local tag with the pattern pocketsizefund/${application_name}-${stage_name}:latest. The rest of the Docker build invocation, control flow, and error handling mechanisms remain unchanged.

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Title check ✅ Passed The title clearly and specifically describes the main change: removing a non-ECR tag from the Docker build command in the Mask file.
✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@forstmeier forstmeier changed the title rRemove non-ECR tag on "build image" Mask command Remove non-ECR tag on "build image" Mask command Dec 29, 2025
@forstmeier forstmeier merged commit 403fc3e into master Dec 29, 2025
6 checks passed
@forstmeier forstmeier deleted the fix-incorrect-dockerhub-reference branch December 29, 2025 19:47
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.

2 participants