From e611df1d362cea265e1303b7da1c9e2e1bca0191 Mon Sep 17 00:00:00 2001 From: Ryan Cragun Date: Wed, 23 Apr 2025 14:34:31 -0600 Subject: [PATCH] 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 --- .github/workflows/backport-ce.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport-ce.yml b/.github/workflows/backport-ce.yml index bfa5c94bd0..d85c9e5cbb 100644 --- a/.github/workflows/backport-ce.yml +++ b/.github/workflows/backport-ce.yml @@ -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: |