mirror of
https://github.com/HQarroum/docker-android.git
synced 2026-07-30 03:12:18 +00:00
Add playstore variant for API 33 and 32
This commit is contained in:
@@ -26,6 +26,23 @@ jobs:
|
||||
tags: halimqarroum/docker-android:api-33
|
||||
build-args: API_LEVEL=33
|
||||
|
||||
build-api-33-playstore:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
- name: Build Docker image with Android 33 and the PlayStore
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
tags: halimqarroum/docker-android:api-33-playstore
|
||||
build-args: |
|
||||
API_LEVEL=33
|
||||
IMG_TYPE=google_apis_playstore
|
||||
|
||||
build-api-32:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -40,6 +57,23 @@ jobs:
|
||||
push: true
|
||||
tags: halimqarroum/docker-android:api-32
|
||||
build-args: API_LEVEL=32
|
||||
|
||||
build-api-32-playstore:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
- name: Build Docker image with Android 32 and the PlayStore
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
tags: halimqarroum/docker-android:api-32-playstore
|
||||
build-args: |
|
||||
API_LEVEL=32
|
||||
IMG_TYPE=google_apis_playstore
|
||||
|
||||
build-api-31:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user