Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Docker Hub login and push within Docker build actions #1951

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

seuros
Copy link
Contributor

@seuros seuros commented Apr 11, 2024

The Docker Hub login has been integrated within the Docker build actions in the GitHub workflow for pushing changes. This change eliminates the need of the previous standalone Docker login and logout steps while making build actions to directly push built images to the registry.

Please not that secrets.REGISTRY_USER is still being used in push-dev.yml workflow.

The Docker Hub login has been integrated within the Docker build actions in the GitHub workflow for pushing changes. This change eliminates the need of the previous standalone Docker login and logout steps while making build actions to directly push built images to the registry.

Signed-off-by: Abdelkader Boudih <terminale@gmail.com>
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.

None yet

1 participant