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

Update CI to publish docker image #40

Merged
merged 2 commits into from
Feb 12, 2024
Merged

Update CI to publish docker image #40

merged 2 commits into from
Feb 12, 2024

Commits on Feb 12, 2024

  1. 🔐(project) add Docker Hub secrets

    Added Docker Hub username and password, to shared secrets.
    lebaudantoine committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    441762d View commit details
    Browse the repository at this point in the history
  2. 👷(project) streamline Docker image publishing workflow

    Refactored 'Hub' CI job for clarity, using 'docker/build-push-action.'
    This dedicated workflow efficiently manages image releases on push tag
    and main branch merges events.
    
    'Hub' job was broken by Chat GPT translation from Circle CI.
    
    Images are pushed to a temporary Docker Hub repository,
    lasuite/people.
    
    Duplicated 'build-docker' job was removed from people workflow.
    lebaudantoine committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ae92de7 View commit details
    Browse the repository at this point in the history