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

#302: Pipeline push backend image Docker Hub #303

Merged
merged 1 commit into from
Jan 25, 2025

Conversation

AntonioMrtz
Copy link
Owner

Description

Create a pipeline that pushes backend image to Docker Hub. It can be triggered manually or on release/* branches merge.

Commit type

CI

Issue

#302

Proposed Changes

Build and push docker image with backend with an associated version to Docker Hub.
Image name will be: antoniomrtz/spotify-electron:{{version}}
Version is obtained from:

  • Manually triggered: provided by the user as required input
  • Obtained from merged release/* branch. Version will be obtained extracting the version
    number after release/ sufix. Example: release/2.01 -> version: 2.01

Potential Impact

Screenshots

Additional Tasks

Assigned

@AntonioMrtz

@AntonioMrtz AntonioMrtz linked an issue Jan 25, 2025 that may be closed by this pull request
@AntonioMrtz AntonioMrtz self-assigned this Jan 25, 2025
@AntonioMrtz AntonioMrtz merged commit 2135607 into master Jan 25, 2025
1 check passed
@AntonioMrtz AntonioMrtz deleted the ci/302-pipeline-push-backend-image-docker-hub branch January 25, 2025 18:52
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.

Pipeline push backend image Docker Hub
1 participant