Skip to content

Commit

Permalink
fix: tag creation in ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
andskur committed Feb 19, 2023
1 parent 9399208 commit afd7e05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.0
with:
github_token: ${{ secrets.RELEASES_ACTION_GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
Expand Down

0 comments on commit afd7e05

Please sign in to comment.