Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Asherslab authored Jun 15, 2022
1 parent 3a232b3 commit af8d4e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ jobs:
with:
fetch-depth: '0'

- name: Fix Issues
run: git config --global --add safe.directory /github/workspace

- name: Bump version tag
uses: skillupco/github-tag-action@1.39.0-skco
uses: anothrNick/github-tag-action@1.26.0
id: tag_version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit af8d4e3

Please sign in to comment.