Skip to content
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

Hotfix/dev actions #92

Merged
merged 46 commits into from
Nov 12, 2024
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
26bf3cd
:hammer: test
yuito-it Oct 22, 2024
d307751
:hammer: test
yuito-it Oct 22, 2024
3363e1b
:hammer: レジストリの変更
yuito-it Oct 22, 2024
81024bd
:hammer: TLS有効化
yuito-it Oct 22, 2024
b1297a6
:hammer: tls-test
yuito-it Oct 22, 2024
4e39463
:hammer: test
yuito-it Oct 22, 2024
e376c41
:hammer: cfに変更
yuito-it Oct 22, 2024
a98f56d
:hammer: ci名変更
yuito-it Oct 22, 2024
54e69eb
:hammer: 環境変数TZの削除
yuito-it Oct 30, 2024
7851234
:hammer: Dockerワークフローの設定を更新し、retention-daysを追加。不要なDocker構成の有効化ステップを削除。
yuito-it Nov 4, 2024
c5f5862
refactor: インデントなどの調整 (#63)
yuito-it Nov 10, 2024
6d075b5
:hammer: miss
yuito-it Oct 22, 2024
e30192e
Update Docker workflow and registry settings (#62)
yuito-it Nov 4, 2024
432fb3f
:hammer: miss
yuito-it Nov 4, 2024
c31fd49
chore: GitHub Actionsのワークフローを追加し、プルリクエストのマージに基づいて自動的にバージョンタグを付ける機能を実装…
yuito-it Nov 10, 2024
a1db4a5
chore: GitHub Actionsのワークフローを簡素化し、バージョンタグ付けのロジックを統一。プルリクエストのラベルに基づいてバ…
yuito-it Nov 10, 2024
306bbeb
Release/lisence (#64)
yuito-it Nov 11, 2024
370d689
Release/lisence (#65)
yuito-it Nov 11, 2024
3a34a34
Release/lisence (#66)
yuito-it Nov 11, 2024
2e1be7a
Release/lisence (#67)
yuito-it Nov 11, 2024
2cc0da3
Release/lisence (#69)
yuito-it Nov 11, 2024
f3fb217
Release/lisence (#71)
yuito-it Nov 11, 2024
1ee9a08
Release/lisence (#73)
yuito-it Nov 11, 2024
2bc336e
Release/lisence (#76)
yuito-it Nov 11, 2024
1382a7b
Release/lisence (#77)
yuito-it Nov 11, 2024
143ce2b
Release/lisence (#78)
yuito-it Nov 11, 2024
5fc2248
Release/lisence (#79)
yuito-it Nov 11, 2024
f17eaf1
Release/lisence (#80)
yuito-it Nov 11, 2024
687d9d4
Release/lisence (#81)
yuito-it Nov 11, 2024
255c1bc
Release/lisence (#82)
yuito-it Nov 11, 2024
dd9a2a6
Release/lisence (#83)
yuito-it Nov 11, 2024
d1445cd
Release/lisence (#84)
yuito-it Nov 11, 2024
189e152
Release/lisence (#85)
yuito-it Nov 11, 2024
114e733
Release/lisence (#86)
yuito-it Nov 12, 2024
b9f58fd
4.2.2
github-actions[bot] Nov 12, 2024
525b482
:hammer: test
yuito-it Oct 22, 2024
cec5407
:hammer: レジストリの変更
yuito-it Oct 22, 2024
dbc4305
:hammer: TLS有効化
yuito-it Oct 22, 2024
263f226
:hammer: Dockerワークフローの設定を更新し、retention-daysを追加。不要なDocker構成の有効化ステップを削除。
yuito-it Nov 4, 2024
1866b06
GitHub ActionsのワークフローにGitHubアプリトークンの生成を追加し、チェックアウトステップで使用するように設定を更新
yuito-it Nov 12, 2024
f5a97eb
Merge branch 'main' into hotfix/dev-actions
yuito-it Nov 12, 2024
77a3c90
:hammer: release-tagger.yamlのリベース手順を更新し、プルリクエストのマージとタグのプッシュを追加
yuito-it Nov 12, 2024
a2424f5
miss
yuito-it Nov 12, 2024
d678157
Merge branch 'main' into hotfix/dev-actions
yuito-it Nov 12, 2024
0d2cdb2
originのmergeエラーを解決
yuito-it Nov 12, 2024
e0bbf2a
Merge branch 'main' into hotfix/dev-actions
yuito-it Nov 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release-tagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:

- name: Rebase onto main
run: |
git checkout -b ${{ github.event.pull_request.head.ref }} origin/${{ github.event.pull_request.head.ref }}
git checkout dev
git merge --no-ff ${{ github.event.pull_request.head.ref }}
git branch -d ${{ github.event.pull_request.head.ref }}
Expand Down