From 3f927339b9b04d8f0ec699ebc1280860d20b323e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:14:38 +0000 Subject: [PATCH] Update anothrNick/github-tag-action action to v1.70.0 --- .github/workflows/push_container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_container.yaml b/.github/workflows/push_container.yaml index 6c03d7a..45c9349 100644 --- a/.github/workflows/push_container.yaml +++ b/.github/workflows/push_container.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - name: Push Latest Tag - uses: anothrNick/github-tag-action@1.62.0 + uses: anothrNick/github-tag-action@1.70.0 env: GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }} WITH_V: true