File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 39
39
- name : Build and push Docker image
40
40
id : push
41
41
uses : docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
42
- env :
43
- _GRADLE_VERSION : 8.12
44
- _CLI_TOOLS_VERSION : 12700392
45
- _ANDROID_SDK_PACKAGES : platform-tools platforms;android-35 build-tools;35.0.0
46
42
with :
47
43
context : .
48
44
push : true
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ RUN yum -y install wget unzip xxd libidn && yum -y upgrade
7
7
# ADD credentials/google_cloud.repo /etc/yum.repos.d
8
8
# RUN yum -y install deltarpm google-cloud-sdk wget unzip xxd libidn && yum -y upgrade
9
9
10
- # Arguments
11
- ARG _CLI_TOOLS_VERSION
12
- ARG _ANDROID_SDK_PACKAGES
13
- ARG _GRADLE_VERSION
10
+ # Arguments, now with default values.
11
+ ARG _CLI_TOOLS_VERSION=12700392
12
+ ARG _ANDROID_SDK_PACKAGES= "platform-tools platforms;android-35 build-tools;35.0.0"
13
+ ARG _GRADLE_VERSION=8.12
14
14
15
15
# Path
16
16
ENV ANDROID_HOME=/opt/android-sdk
You can’t perform that action at this time.
0 commit comments