Skip to content

fix(docker): remove invalid {{is_tag}} enable expr — latest always added - #118

Merged
argszero merged 1 commit into
mainfrom
fix/docker-latest-tag
Aug 21, 2026
Merged

argszero merged 1 commit into
mainfrom
fix/docker-latest-tag

Conversation

@argszero

Copy link
Copy Markdown
Owner

Summary

Fix docker-publish failure on the v0.7.6 tag: enable={{is_tag}} is not a valid expression in docker/metadata-action v5 — the action threw Invalid value for enable attribute: and the whole release job failed.

Since the workflow now triggers only on tags: ['v*'] (PR #116, plus workflow_dispatch), the latest tag can simply always be added — it will only ever be refreshed by a version tag push (or an explicit manual dispatch), which is exactly the intended tag-driven release cadence.

Changes

  • .github/workflows/docker-publish.yml: type=raw,value=latest,enable={{is_tag}} → type=raw,value=latest

Tests

  • Workflow-only change (no Rust/JS code touched); YAML validated
  • Fix will be exercised by re-pushing the v0.7.6 tag after merge (the tag will point to the merge commit containing this fix, since Actions runs the workflow file from the triggering ref)

@argszero
argszero merged commit e3e5cc4 into main Aug 21, 2026
1 check passed
@argszero
argszero deleted the fix/docker-latest-tag branch August 21, 2026 23:50
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