diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index bc1eb6e..a6ca948 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -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