Skip to content

fix(ci): latest tag docker does not move to newest version#14

Merged
Tygo-van-den-Hurk merged 1 commit intomainfrom
fix/docker-latest-tag-not-updating
Feb 4, 2026
Merged

fix(ci): latest tag docker does not move to newest version#14
Tygo-van-den-Hurk merged 1 commit intomainfrom
fix/docker-latest-tag-not-updating

Conversation

@Tygo-van-den-Hurk
Copy link
Copy Markdown
Owner

When you created a new version of Slyde then the latest tag did not move to that new version. The major and minor tags do move. So for example if you pushed v1.2.3 then 1, 1.2, and 1.2.3 do get created/moved, but the latest tag does not, it does now.

fixes #13: latest tag docker does not move to newest version

Checklist

  • Made sure my pull request fits CONTRIBUTING.md.
  • Marked commits with ! if they were breaking changes.
  • Updated the docs/ when needed.
  • Added tests to test/ for all new code.
  • This pull request does not fix a security issue. (See SECURITY.md)

Meta data

Built on platform (select all applicable):

  • Linux (x86_64)
  • Linux (aarch64)
  • Macos (x86_64)
  • Macos (aarch64)
  • Windows (x86_64)
  • Windows (aarch64)
  • other: ...

Add a 👍 reaction to pull requests you find important.

When you created a new version of Slyde then the `latest` tag did not move to
that new version. The major and minor tags do move. So for example if you
pushed `v1.2.3` then `1`, `1.2`, and `1.2.3` do get created/moved, but the
`latest` tag does not, it does now.

fixes #13: latest tag docker does not move to newest version
@Tygo-van-den-Hurk Tygo-van-den-Hurk self-assigned this Feb 4, 2026
@Tygo-van-den-Hurk Tygo-van-den-Hurk added this to the v1.0.0 milestone Feb 4, 2026
@github-actions github-actions bot added the fix A fix or report for something that isn't working label Feb 4, 2026
@Tygo-van-den-Hurk Tygo-van-den-Hurk merged commit 1471db7 into main Feb 4, 2026
5 checks passed
@Tygo-van-den-Hurk Tygo-van-den-Hurk deleted the fix/docker-latest-tag-not-updating branch February 4, 2026 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix A fix or report for something that isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(ci): latest tag docker does not move to newest version

1 participant