Skip to content

Commit afd7e05

Browse files
committed
fix: tag creation in ci/cd
1 parent 9399208 commit afd7e05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
username: ${{ secrets.DOCKERHUB_USER }}
4343
password: ${{ secrets.DOCKERHUB_TOKEN }}
4444

45+
- name: Bump version and push tag
46+
id: tag_version
47+
uses: mathieudutour/[email protected]
48+
with:
49+
github_token: ${{ secrets.RELEASES_ACTION_GITHUB_TOKEN }}
4550

4651
- name: Build and push Docker image
4752
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)