Update .github/workflows/docker-build.yml
Actionlint / build (push) Successful in 23s

This commit was merged in pull request #48.
This commit is contained in:
2026-07-17 13:36:49 +03:00
parent 863ec9d533
commit ef4d89d896
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
- name: Bump version and push tag
id: tag
if: ${{ inputs.tag == 'true' }}
uses: phadric/github-tag-action@a5250a59655e9f4b0350407380a92c73948f2aec # master
uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # 1.75.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
DEFAULT_BUMP: patch