mirror of
https://github.com/HQarroum/docker-android.git
synced 2026-07-30 03:12:18 +00:00
Add APIs to the build
This commit is contained in:
@@ -40,6 +40,51 @@ jobs:
|
||||
push: true
|
||||
tags: halimqarroum/docker-android:api-32
|
||||
build-args: API_LEVEL=32
|
||||
|
||||
build-api-31:
|
||||
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 31
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
tags: halimqarroum/docker-android:api-31
|
||||
build-args: API_LEVEL=31
|
||||
|
||||
build-api-30:
|
||||
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 30
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
tags: halimqarroum/docker-android:api-30
|
||||
build-args: API_LEVEL=30
|
||||
|
||||
build-api-29:
|
||||
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 29
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
tags: halimqarroum/docker-android:api-29
|
||||
build-args: API_LEVEL=29
|
||||
|
||||
build-api-28:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user