diff --git a/.github/workflows/push-helm-chart.yaml b/.github/workflows/push-helm-chart.yaml index 8e5579820..b617233c9 100644 --- a/.github/workflows/push-helm-chart.yaml +++ b/.github/workflows/push-helm-chart.yaml @@ -106,7 +106,7 @@ jobs: commit_email: stakater@gmail.com - name: Push new chart tag - uses: anothrNick/github-tag-action@1.71.0 + uses: anothrNick/github-tag-action@1.75.0 env: GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }} WITH_V: false diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 814277f2b..f8d27411a 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -215,7 +215,7 @@ jobs: org.opencontainers.image.revision=${{ github.sha }} - name: Push Latest Tag - uses: anothrNick/github-tag-action@1.71.0 + uses: anothrNick/github-tag-action@1.75.0 env: GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }} WITH_V: false