backport-assistant: use the new tag schema (#30353)

Starting with 0.5.4 the container tag changed from 0.5.4 to v0.5.4, as
such we need update our container tag to the new schema.

Signed-off-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
Ryan Cragun 2025-04-23 14:34:31 -06:00 committed by GitHub
parent 4c32d17483
commit e611df1d36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ jobs:
backport-targeted-release-branch:
if: github.event.pull_request.merged && github.repository == 'hashicorp/vault'
runs-on: ubuntu-latest
container: hashicorpdev/backport-assistant:0.5.8
container: hashicorpdev/backport-assistant:v0.5.8
steps:
- name: Backport changes to targeted release branch
run: |