Skip to content

Commit

Permalink
Update CI workflow (GitHub Action)
Browse files Browse the repository at this point in the history
  • Loading branch information
thyrlian committed Jul 20, 2021
1 parent 11c958c commit 4059688
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
run: docker build -t android-sdk ./android-sdk
- name: Display tool version information of the main Docker image (android-sdk)
run: cmd=$(cat ./android-sdk/version_inspector.sh) && docker run -i --rm android-sdk bash -c "$cmd"
- name: Build the variant Docker image (android-sdk-jdk8)
run: docker build --build-arg JDK_VERSION=8 -t android-sdk-jdk8 ./android-sdk
- name: Display tool version information of the variant Docker image (android-sdk-jdk8)
run: cmd=$(cat ./android-sdk/version_inspector.sh) && docker run -i --rm android-sdk-jdk8 bash -c "$cmd"
- name: Build the sub Docker image (android-sdk-vnc)
run: docker build -t android-sdk-vnc ./android-sdk/vnc
- name: Display tool version information of the sub Docker image (android-sdk-vnc)
Expand Down

0 comments on commit 4059688

Please sign in to comment.