We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9399208 commit afd7e05Copy full SHA for afd7e05
.github/workflows/main.yml
@@ -42,6 +42,11 @@ jobs:
42
username: ${{ secrets.DOCKERHUB_USER }}
43
password: ${{ secrets.DOCKERHUB_TOKEN }}
44
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 }}
50
51
- name: Build and push Docker image
52
uses: docker/build-push-action@v2
0 commit comments