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

Commits on Sep 19, 2023

  1. feat: add release.config.js and .github/.workflows/docker-publish.yml

    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.
    Tifloz committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    de47d8c View commit details
    Browse the repository at this point in the history