Skip to content

Conversation

@penguineer
Copy link
Member

This pull request makes a small correction to the Docker image name in the GitHub Actions workflow to ensure the image is pushed to the correct repository.

  • Fixed a typo in the IMAGE_NAME environment variable in .github/workflows/docker-image.yml by replacing a double slash with a single slash, ensuring the Docker image is correctly named and published.

There has been an additional slash in the docker image name, which lead to an error in the build process.
@penguineer penguineer requested a review from Copilot September 26, 2025 13:05
@penguineer penguineer self-assigned this Sep 26, 2025
@penguineer penguineer added the bug Something isn't working label Sep 26, 2025
Copy link

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 fixes a Docker image naming syntax error in the GitHub Actions workflow by correcting a double slash to a single slash in the IMAGE_NAME environment variable.

  • Corrected the IMAGE_NAME environment variable to use proper Docker repository path syntax

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@penguineer penguineer merged commit 6d54030 into main Sep 26, 2025
2 checks passed
@penguineer penguineer deleted the fix-docker-tag-name branch September 26, 2025 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants