-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload home-manager generated configs as an artifact #534
Conversation
- name: Upload artifact | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: 'home-files-${{ github.sha }}-${{ runner.os }}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer actions runner rather than container ci/cd for getting macos generations
🎉 Much useful!(I should implement this in early phase...) |
⬢🦭 Staging container-image has been deployed 🚀 bash <(curl -fsSL 'https://raw.githubusercontent.com/kachick/dotfiles/d934d8969ed4c7a13a87ccfff1f32e693c21e92f/containers/sandbox-with-ghcr.bash') 'd934d8969ed4c7a13a87ccfff1f32e693c21e92f' The package detail {
"created_at": "2024-03-31T19:07:32Z",
"html_url": "https://github.com/users/kachick/packages/container/home/197855313",
"id": 197855313,
"metadata": {
"container": {
"tags": [
"20240331-190252-utc",
"d934d8969ed4c7a13a87ccfff1f32e693c21e92f",
"pr-534-d934d8969ed4c7a13a87ccfff1f32e693c21e92f"
]
},
"package_type": "container"
},
"name": "sha256:5eac28235a5726a2a68cb73ff28f1cc809e350b3d66e28d17605aec9fdac721f",
"package_html_url": "https://github.com/users/kachick/packages/container/package/home",
"updated_at": "2024-03-31T19:07:32Z",
"url": "https://api.github.com/users/kachick/packages/container/home/versions/197855313"
}
This image will be automatically 🤖 removed from ghcr.io 🗑️ if you merged/closed this PR 😌 |
Posting as a PR comments and/or releasing as #417 may be better. |
🤖 removed 🗑️ staging ⬢ from ghcr.io
|
In these days, basically using alacritty The TOML config will fit for dotfiles management Thank you iTerm2 in this long years! --- I noticed, #534 generate large file only for darwin It looks like from iTerm2 configurations, so drop iTerm2 in this timing... And so, iTerm2 has self updater, nix and dotfiles management will not fit
Preparation part for #532
Resolves #243