ecs_helper 0.0.19 → 0.0.20

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98cb435b9e236887bb9ef421684575cdb7a5bd2620ed656d5cd9cd9f5f853b68
4
- data.tar.gz: bbc4d20a921949253857f63d42691cc8ccc9db367e4439e6331ece92d0633dba
3
+ metadata.gz: d05ce978784d1c02d0f7efe1cc4ab9391e966cced3173da83d493c302986fd50
4
+ data.tar.gz: ce2fad2f9f61369ce063826779f11bb8c65396876ed1f90d7c6bf643fb135253
5
5
  SHA512:
6
- metadata.gz: ccf0a781efd06d822cd3cdb31e0def958134e3085e964d30a8ab2ce8313d42a45dea12a74f4bd6760737190bf329a3c3bb35b0f3615e4fdef7d99fef14056970
7
- data.tar.gz: c347db660688ee9e409526fd151708f1033e0aa974d3c961984f1068c4b102cc4fc2113de3fca32c634612dbdfdc335aa5b91b0afe3b9dc83e728ae044766523
6
+ metadata.gz: c6fed82da13e7462d2064620936d511005888393a66481f694523b841a02a90af566a83946366c4df5bddbc4e4107543bfaa5b442237a2bf923c67750643513c
7
+ data.tar.gz: e3d0eef470cc0fcf49ed895e53df0d692506c4f7178e8ab1225b1d239ddf21f987229a295cc5192a340d3b974c1fb3418c9bd8de1235845b9d13736e0b53479f
@@ -24,17 +24,11 @@ class ECSHelper::Command::BuildAndPush < ECSHelper::Command::Base
24
24
  log("Options", options)
25
25
  log("Repository", repository)
26
26
  log("Auth Private", auth_private)
27
- log("Auth Public", auth_public)
28
27
  should_cache? && log("Pull", pull)
29
28
  log("Build", build)
30
29
  log("Push", push)
31
30
  end
32
31
 
33
- def auth_public
34
- auth_cmd = Terrapin::CommandLine.new("aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws")
35
- auth_cmd.run
36
- end
37
-
38
32
  def auth_private
39
33
  auth_cmd = Terrapin::CommandLine.new("aws ecr get-login --no-include-email | sh")
40
34
  auth_cmd.run
@@ -17,12 +17,6 @@ class ECSHelper::Command::ECRLogin < ECSHelper::Command::Base
17
17
  def run
18
18
  log("Command", type)
19
19
  log("Auth Private", auth_private)
20
- # log("Auth Public", auth_public)
21
- end
22
-
23
- def auth_public
24
- auth_cmd = Terrapin::CommandLine.new("aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws")
25
- auth_cmd.run
26
20
  end
27
21
 
28
22
  def auth_private
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecs_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ version: 0.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Petrov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-29 00:00:00.000000000 Z
11
+ date: 2021-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-ecs