Update .github/workflows/docker-build.yml #48

Merged
andreas merged 1 commits from orig-tagaction into main 2026-07-17 14:04:19 +03:00
+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