mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
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:
parent
4c32d17483
commit
e611df1d36
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backport-ce.yml
vendored
2
.github/workflows/backport-ce.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue