diff --git a/.github/workflows/push_container.yaml b/.github/workflows/push_container.yaml index 764e545..fe60ea6 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.61.0 + uses: anothrNick/github-tag-action@1.69.0 env: GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }} WITH_V: true