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 automation for docker image #63

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

Conversation

Tifloz
Copy link

@Tifloz Tifloz commented Sep 19, 2023

Add release.config.js file to configure semantic release plugins for the 'main' branch. Include plugins for commit analysis, release notes generation, and GitHub integration. Also, add the semantic-release-docker plugin for Docker image release.

Add .github/.workflows/docker-publish.yml file to define a workflow for semantic release. The workflow runs on the 'main' branch and includes steps to checkout the code, setup Node.js, install dependencies, and execute semantic release. It also sets environment variables for GitHub and Docker registry authentication.

Add release.config.js file to configure semantic release plugins for the 'main' branch. Include plugins for commit analysis, release notes generation, and GitHub integration. Also, add the semantic-release-docker plugin for Docker image release.

Add .github/.workflows/docker-publish.yml file to define a workflow for semantic release. The workflow runs on the 'main' branch and includes steps to checkout the code, setup Node.js, install dependencies, and execute semantic release. It also sets environment variables for GitHub and Docker registry authentication.
@vercel
Copy link

vercel bot commented Sep 19, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
open-resume ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 19, 2023 2:26pm

"@semantic-release/github",
['@codedependant/semantic-release-docker', {
dockerImage: 'open-resume',
dockerProject: 'tiflo',
Copy link
Author

@Tifloz Tifloz Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace by your docker Hub name

@h3ct0rjs
Copy link

This looks good to me 😄 .

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

2 participants