-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,6 +81,13 @@ jobs: | |
python -m pip install --upgrade pip | ||
pip install requests markdown argparse | ||
- name: Login to Docker Hub | ||
uses: docker/[email protected] | ||
with: | ||
registry: ${{ secrets.DOCKERHUB_REGISTRY }} | ||
username: ${{ secrets.DOCKERHUB_USERNAME }} | ||
password: ${{ secrets.DOCKERHUB_TOKEN }} | ||
|
||
- name: Run Semantic Release | ||
shell: bash | ||
run: npx semantic-release | ||
|
@@ -93,6 +100,7 @@ jobs: | |
GIT_EMAIL: [email protected] | ||
GIT_AUTHOR_EMAIL: [email protected] | ||
GIT_COMMITTER_EMAIL: [email protected] | ||
BUILD_DOCKER_REGISTRY: ${{ secrets.DOCKERHUB_REGISTRY }} | ||
|
||
- name: Set Release Version | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters