Skip to content

Conversation

@tobiasehlert
Copy link
Member

This pull request makes a minor update to the GitHub Actions workflow by changing how the DockerHub username is referenced. The workflow now uses GitHub Actions variables instead of secrets for the DockerHub username in all relevant steps.

rel #508

@tobiasehlert tobiasehlert self-assigned this Sep 19, 2025
@tobiasehlert tobiasehlert added the github_actions Pull requests that update Github_actions code label Sep 19, 2025
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 PR updates GitHub Actions workflows to use GitHub Variables instead of Secrets for the DockerHub username, aligning with best practices where usernames are not sensitive information.

  • Changes DockerHub username references from secrets.DOCKERHUB_USERNAME to vars.DOCKERHUB_USERNAME
  • Updates both build and DockerHub description workflows consistently
  • Maintains security by keeping the DockerHub token as a secret

Reviewed Changes

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

File Description
.github/workflows/dockerhub.yml Updates DockerHub username reference in description workflow
.github/workflows/build.yml Updates DockerHub username references in build workflow login steps

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

@sonarqubecloud
Copy link

@tobiasehlert tobiasehlert merged commit 710bb10 into main Sep 19, 2025
3 of 5 checks passed
@tobiasehlert tobiasehlert deleted the fix(ci)-use-dockerhub-variable-instead branch September 19, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update Github_actions code

Development

Successfully merging this pull request may close these issues.

2 participants