Skip to content

Commit 3e5dec5

Browse files
committed
fix(ci): update python version matrix in LTS image tagging to match publish workflow
The tag-lts-images job only used python 3.12 but LTS releases span both python 3.12 and 3.13. Updated the matrix to include both versions so LTS tags are applied to all published images. Signed-off-by: Emiliano Suñé <2395873+esune@users.noreply.github.com>
1 parent e06d1ab commit 3e5dec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag-recreate-lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
packages: write
233233
strategy:
234234
matrix:
235-
python-version: ["3.12"]
235+
python-version: ["3.12", "3.13"]
236236
image-name: ["acapy-agent", "acapy-agent-bbs"]
237237

238238
steps:

0 commit comments

Comments
 (0)