File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 60
60
61
61
- name : Login to Amazon ECR
62
62
id : login-ecr
63
- uses : aws-actions/amazon-ecr-login@v1
63
+ uses : aws-actions/amazon-ecr-login@v2
64
+ with :
65
+ mask-password : ' false'
64
66
65
67
- name : Build, tag, and push image to Amazon ECR
66
68
id : build-image
Original file line number Diff line number Diff line change @@ -8,17 +8,11 @@ RUN pip install --upgrade pip
8
8
9
9
RUN apt-get update
10
10
RUN apt-get install wget -y
11
- RUN apt-get install -yqq unzip
12
11
13
12
# Install Chrome
14
13
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
15
14
RUN apt -y install ./google-chrome-stable_current_amd64.deb
16
15
17
- # Install ChromeDriver.
18
- RUN wget -O /tmp/chromedriver.zip http://chromedriver.storage.googleapis.com/` curl -sS chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
19
- RUN mkdir chrome
20
- RUN unzip /tmp/chromedriver.zip chromedriver -d /usr/src/chrome
21
-
22
16
COPY app ./app
23
17
24
18
COPY requirements.txt ./
You can’t perform that action at this time.
0 commit comments