mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
docker.yml uses github.event_name to decide between full release tags (semver, latest) vs CI-only tags (branch, sha). When release.yml calls it via `uses:`, the child sees event_name='workflow_call' which was hitting the non-release path. Now workflow_call is treated the same as workflow_dispatch so published releases get proper Docker tags. https://claude.ai/code/session_01Vx1EsNrNySgsc8Y67dGzCn |
||
|---|---|---|
| .. | ||
| claude.yml | ||
| codeql.yml | ||
| debian.yml | ||
| docker.yml | ||
| duplicate-issue-detection.yml | ||
| gh-pages.yml | ||
| homebrew.yml | ||
| jekyll-gh-pages.yml | ||
| lint.yml | ||
| pip.yml | ||
| release.yml | ||
| test-parallel.yml | ||
| test.yml | ||