-
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
Add GitHub actions to build and upload #20
Conversation
fyi: @kxc-waddlaw @kxc-wraikny |
568b18b
to
2f05e56
Compare
2f05e56
to
1f0c74b
Compare
2ff081e
to
40fffcd
Compare
(あれ、一昨日もろもろ push したあとのコメントが GitHub に食べられてしまったっぽい..) (fyi: @kxc-waddlaw @kxc-wraikny ) |
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.
LGTM
key: ${{ runner.os }}-buildx-${{ matrix.arch }}-${{ env.DOCKER_TAG }}-${{ github.sha }} | ||
restore-keys: | | ||
${{ runner.os }}-buildx-${{ matrix.arch }}-${{ env.DOCKER_TAG }} | ||
${{ runner.os }}-buildx-${{ matrix.arch }}- |
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.
キャッシュのキーの prefix に v1-
とか付けた方がよいです。
resolve #13
subtask
references