質問編集履歴
1
誤字を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
```
|
46
46
|
|
47
|
-
$ aws ecr create-repository --profile
|
47
|
+
$ aws ecr create-repository --profile user --repository-name example --image-scanning-configuration scanOnPush=true --region ap-northeast-1
|
48
48
|
|
49
49
|
```
|
50
50
|
|