Skip to content

Fix image tag suffix #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Fix image tag suffix #9

merged 1 commit into from
Mar 15, 2024

Conversation

aplr
Copy link
Contributor

@aplr aplr commented Mar 15, 2024

This PR (hopefully) fixes the image tag suffix for images built on the main branch. The following tags should be created:

  • 3.8, edge-3.8, main-3.8, latest
  • 3.9, edge-3.9, main-3.9
  • 3.10, edge-3.10, main-3.10

However, the versioned tag is suffixed as well, so we have these tags:

  • 3.8-3.8, edge-3.8, main-3.8, latest
  • 3.9-3.9, edge-3.9, main-3.9
  • 3.10-3.10, edge-3.10, main-3.10

By setting the suffix=, this hopefully fixes that

@aplr aplr merged commit 202d513 into main Mar 15, 2024
3 checks passed
@aplr aplr deleted the feature/image-tag-suffix branch March 15, 2024 12:55
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.

2 participants