Skip to content

ci: take reg creds from env vars#1349

Merged
Frostman merged 2 commits intomainfrom
dev/frostman/fix-reg-creds
Mar 16, 2026
Merged

ci: take reg creds from env vars#1349
Frostman merged 2 commits intomainfrom
dev/frostman/fix-reg-creds

Conversation

@Frostman
Copy link
Member

No description provided.

@Frostman Frostman requested a review from a team as a code owner March 16, 2026 18:17
@Frostman Frostman requested review from Copilot and daniel-noland and removed request for a team March 16, 2026 18:17
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

Updates GitHub Actions workflows to use a unified set of registry credentials when logging into the image cache registry (run.h.hhdev.io:30000), replacing the previous LAB_REGISTRY_* secret names.

Changes:

  • Switch cache-registry login secrets from LAB_REGISTRY_USERNAME / LAB_REGISTRY_TOKEN to REGISTRY_USERNAME / REGISTRY_PASSWORD in dev.yml.
  • Switch cache-registry login secrets from LAB_REGISTRY_USERNAME / LAB_REGISTRY_TOKEN to REGISTRY_USERNAME / REGISTRY_PASSWORD in bump.yml.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/dev.yml Updates cache-registry login credentials for both CI and publish jobs.
.github/workflows/bump.yml Updates cache-registry login credentials for the scheduled dependency bump job.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines +150 to +155
@@ -151,8 +151,8 @@ jobs:
uses: "docker/login-action@v4"
with:
registry: "${{ env.CACHE_REGISTRY }}"
username: "${{ secrets.LAB_REGISTRY_USERNAME }}"
password: "${{ secrets.LAB_REGISTRY_TOKEN }}"
username: "${{ secrets.REGISTRY_USERNAME }}"
password: "${{ secrets.REGISTRY_PASSWORD }}"
Comment on lines +544 to +549
@@ -545,8 +545,8 @@ jobs:
uses: "docker/login-action@v4"
with:
registry: "${{ env.CACHE_REGISTRY }}"
username: "${{ secrets.LAB_REGISTRY_USERNAME }}"
password: "${{ secrets.LAB_REGISTRY_TOKEN }}"
username: "${{ secrets.REGISTRY_USERNAME }}"
password: "${{ secrets.REGISTRY_PASSWORD }}"
Comment on lines +35 to +40
@@ -36,8 +36,8 @@ jobs:
uses: "docker/login-action@v4"
with:
registry: "${{ env.CACHE_REGISTRY }}"
username: "${{ secrets.LAB_REGISTRY_USERNAME }}"
password: "${{ secrets.LAB_REGISTRY_TOKEN }}"
username: "${{ secrets.REGISTRY_USERNAME }}"
password: "${{ secrets.REGISTRY_PASSWORD }}"
@Frostman Frostman force-pushed the dev/frostman/fix-reg-creds branch 2 times, most recently from 41c1ace to 9d97389 Compare March 16, 2026 18:27
Signed-off-by: Sergei Lukianov <me@slukjanov.name>
@Frostman Frostman force-pushed the dev/frostman/fix-reg-creds branch from 9d97389 to 35fab8d Compare March 16, 2026 18:31
Signed-off-by: Sergei Lukianov <me@slukjanov.name>
@Frostman Frostman added the ci:+vlab Enable VLAB tests label Mar 16, 2026
@Frostman Frostman closed this Mar 16, 2026
@Frostman Frostman reopened this Mar 16, 2026
@Frostman Frostman merged commit 527eeb7 into main Mar 16, 2026
30 of 35 checks passed
@Frostman Frostman deleted the dev/frostman/fix-reg-creds branch March 16, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:+vlab Enable VLAB tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants