Skip to content

Comments

UFAL/Remove unused GitHub docker registry#1212

Merged
milanmajchrak merged 1 commit intodtq-devfrom
ufal/remove-using-github-docker-registry
Feb 18, 2026
Merged

UFAL/Remove unused GitHub docker registry#1212
milanmajchrak merged 1 commit intodtq-devfrom
ufal/remove-using-github-docker-registry

Conversation

@milanmajchrak
Copy link
Collaborator

Problem description

Analysis

(Write here, if there is needed describe some specific problem. Erase it, when it is not needed.)

Problems

(Write here, if some unexpected problems occur during solving issues. Erase it, when it is not needed.)

Sync verification

If en.json5 or cs.json5 translation files were updated:

  • Run yarn run sync-i18n -t src/assets/i18n/cs.json5 -i to synchronize messages, and changes are included in this PR.

Manual Testing (if applicable)

Copilot review

  • Requested review from Copilot

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 PR removes unused GitHub Container Registry (ghcr.io) configuration from the CI workflow. The DOCKER_REGISTRY environment variable and corresponding docker/login-action step were configured to authenticate with GitHub's Container Registry, but the CI workflow's docker-compose-ci.yml file doesn't reference this registry or require authentication to pull the images it uses.

Changes:

  • Removed the DOCKER_REGISTRY environment variable that was set to ghcr.io
  • Removed the Docker registry login step that authenticated to GitHub Container Registry

@milanmajchrak milanmajchrak merged commit 1b769b9 into dtq-dev Feb 18, 2026
8 of 10 checks passed
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.

UFAL/DOCKER_REGISTRY = github shouldn't be used for the integration tests in the build action

2 participants