Skip to content

Commit 73aaa70

Browse files
committed
update workflow
1 parent 90bfa57 commit 73aaa70

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# このワークフローはGitHubによって認定されていないアクションを使用します。
22
# それらはサードパーティによって提供され、
33
# 別個の利用規約、プライバシーポリシー、
4-
# サポートドキュメンテーションが適用されます。
4+
# ドキュメントを参照してください。
5+
6+
# GitHub では、コミット SHA にアクションをピン留めすることが推奨されます。
7+
# 新しいバージョンを取得するには、SHA を更新する必要があります。
8+
# タグまたはブランチを参照することもできますが、アクションは警告なしに変更される可能性があります。
59

610
name: Publish Docker image
711

@@ -36,3 +40,4 @@ jobs:
3640
push: true
3741
tags: ${{ steps.meta.outputs.tags }},latest
3842
labels: ${{ steps.meta.outputs.labels }}
43+

0 commit comments

Comments
 (0)