chore(release): 迁移发布镜像到 GHCR#213
Open
ThaddeusJiang wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ghcr.io/thaddeusjiang/vmemorelease.yml、release-manual.yml、docker-publish.yml,让 GitHub Release 和手动 prerelease 复用同一套发布流程007-publish-release-images-to-ghcr,覆盖旧 decision 中的 Docker Hub 结论Why
save_it的 release/manual release/docker publish 工作流形状统一发布路径Validation
unset MIX_DEPS_PATH; DATABASE_URL=postgres://postgres:postgres@localhost:10001/vmemo_dev TYPESENSE_URL=http://localhost:10002 TYPESENSE_API_KEY=xyz mix compile --warnings-as-errorsunset MIX_DEPS_PATH; DATABASE_URL=postgres://postgres:postgres@localhost:10001/vmemo_test TYPESENSE_URL=http://localhost:10002 TYPESENSE_API_KEY=xyz mix test test/vmemo/github_actions_workflows_test.exsruby -e 'require "yaml"; Dir[".github/workflows/*.yml"].sort.each { |path| YAML.load_file(path); puts "ok #{path}" }'rg -n "uses:\\s+[^\\s]+@(?![0-9a-f]{40}\\s+#\\s+v)" .github/workflows -P || truerg -n "Docker Hub|DockerHub|dockerhub|DOCKERHUB|hub\\.docker\\.com|actions/cache|actions/upload-artifact|actions/download-artifact" .github/workflows || truegit diff --check HEADRC Status
release-manual.ymlcannot be triggered until this workflow exists on the default branch; GitHub returnedworkflow ... not found on the default branchwhen invoked from this PR branch.linux/arm64image build from commit2207cf2completed, but pushingghcr.io/thaddeusjiang/vmemo:2026.6.12-rc.1and:stagrequires a token withwrite:packagesscope.Notes
mise.toml改动,未包含在本 PR。