Skip to content

fix(ci): update python version in LTS image tagging to match publish workflow#4142

Merged
swcurran merged 1 commit into
openwallet-foundation:mainfrom
esune:fix/lts-release-cicd
May 27, 2026
Merged

fix(ci): update python version in LTS image tagging to match publish workflow#4142
swcurran merged 1 commit into
openwallet-foundation:mainfrom
esune:fix/lts-release-cicd

Conversation

@esune
Copy link
Copy Markdown
Member

@esune esune commented May 27, 2026

The tag-lts-images job used only python 3.12 but since the 1.6 version the publish workflow also builds images with python 3.13, causing docker pull to fail when tagging LTS images for version 1.6.

Description

Related Issue

Closes #4141

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Chore / maintenance

Checklist

  • I have read the Contributing Guide
  • My changes follow the existing code style
  • I have added/updated tests where applicable
  • I have updated documentation if needed

@esune esune requested a review from swcurran May 27, 2026 16:27
…ublish 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>
@esune esune force-pushed the fix/lts-release-cicd branch from 25b367e to 3e5dec5 Compare May 27, 2026 17:04
@sonarqubecloud
Copy link
Copy Markdown

@swcurran swcurran merged commit 0673586 into openwallet-foundation:main May 27, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.6-lts can't be pulled

2 participants