Skip to content

Commit

Permalink
docs: update documentation for container registries #patch (#44)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JamesIves <JamesIves@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 27, 2024
1 parent 3b2255d commit 5007e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Bump Version and Create Tag 🏷️
id: create_tag
uses: anothrNick/github-tag-action@1.70.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Bump Version and Create Tag 🏷️
id: create_tag
if: github.ref == 'refs/heads/main'
uses: anothrNick/github-tag-action@1.70.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
Expand Down

0 comments on commit 5007e0d

Please sign in to comment.