Skip to content

Fix Docker latest tag for DuckDB variant#1332

Merged
lovasoa merged 1 commit into
mainfrom
fix-docker-latest-duckdb-tag
Jun 14, 2026
Merged

Fix Docker latest tag for DuckDB variant#1332
lovasoa merged 1 commit into
mainfrom
fix-docker-latest-duckdb-tag

Conversation

@lovasoa

@lovasoa lovasoa commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Make the Docker metadata suffix apply to the latest tag in the manifest publishing job.
  • Keeps the existing minimal tags unsuffixed and DuckDB tags suffixed.

Why

docker/metadata-action handles latest specially. The existing suffix=-duckdb produced suffixed version tags such as v0.44.1-duckdb, but did not suffix latest, so the DuckDB manifest could publish lovasoa/sqlpage:latest.

With onlatest=true, tag pushes should produce:

  • minimal: vX.Y.Z, latest
  • DuckDB: vX.Y.Z-duckdb, latest-duckdb

Validation

  • git diff --check -- .github/workflows/ci.yml
  • actionlint -shellcheck '' .github/workflows/ci.yml

I also ran plain actionlint .github/workflows/ci.yml; it reports an existing shellcheck warning in the manifest creation script, unrelated to this metadata-line change.

@lovasoa

lovasoa commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator Author

#1331

@lovasoa lovasoa marked this pull request as ready for review June 14, 2026 19:58
@lovasoa lovasoa merged commit c9b6cbf into main Jun 14, 2026
51 checks passed
@lovasoa lovasoa deleted the fix-docker-latest-duckdb-tag branch June 14, 2026 19:58
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.

1 participant