go-shiori / shiori

Simple bookmark manager built with Go
MIT License
9.28k stars 551 forks source link

Container image tag "latest" is not updated v1.6.0 #863

Closed Zlendy closed 6 months ago

Zlendy commented 6 months ago

Data

Describe the bug / actual behavior

v1.5.5 is tagged as "latest": https://github.com/go-shiori/shiori/pkgs/container/shiori/129493129?tag=latest

Expected behavior

v1.6.0 should be the latest image because it is the latest release of this software: https://github.com/go-shiori/shiori/releases/tag/v1.6.0

To Reproduce

Steps to reproduce the behavior:

  1. docker pull ghcr.io/go-shiori/shiori:latest
fmartingr commented 6 months ago

I have fixed the pipeline and pushed the v1.6.0 as latest manually. Can you confirm?

$ docker run --rm ghcr.io/go-shiori/shiori:latest version
Shiori version 1.6.0 (build 595cb45a2ce7031926ead1f1e1324e673e36d676) at 2024-03-17T12:09:08Z
Zlendy commented 6 months ago

Yup, it's working as expected now. Thank you for addressing this in such a short time!