ArchiveBox/.github/workflows
Claude c319b417c3
Fix Docker workflow missing semver/latest tags when called from release.yml
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
2026-03-15 04:32:15 +00:00
..
claude.yml Change permissions for pull-requests and issues 2025-12-29 13:42:59 -08:00
codeql.yml Create codeql.yml 2024-04-12 13:57:30 -07:00
debian.yml Fix PR review comments: version check, runtime deps, CI test deps, release guard 2026-03-15 04:28:46 +00:00
docker.yml Fix Docker workflow missing semver/latest tags when called from release.yml 2026-03-15 04:32:15 +00:00
duplicate-issue-detection.yml add duplicate issue detection bot with opencode 2025-12-29 13:55:26 -08:00
gh-pages.yml Update gh-pages.yml 2024-10-14 01:27:07 -04:00
homebrew.yml Deduplicate homebrew.yml release job by reusing build_brew.sh 2026-03-15 04:15:23 +00:00
jekyll-gh-pages.yml revert website github action script 2024-10-13 22:33:07 -07:00
lint.yml fix lint action 2021-04-24 00:09:52 -04:00
pip.yml Wire up GitHub Actions for deb/brew build, test, and release 2026-03-15 02:50:14 +00:00
release.yml CI: Full brew install + deb install tested on every push 2026-03-15 02:55:10 +00:00
test-parallel.yml Fix CI: create tests/out dir, fix archivebox add cmd, revert setup.sh 2026-03-15 03:02:47 +00:00
test.yml Add Python 3.13 support with uuid7 backport compatibility 2025-12-27 01:07:30 +00:00