mirror of
https://github.com/HQarroum/docker-android.git
synced 2026-07-30 03:12:18 +00:00
Add feature integration
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
name: Docker Android CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['feature/*']
|
||||
|
||||
jobs:
|
||||
|
||||
# Builds a test image.
|
||||
build-test:
|
||||
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 minimal Docker image
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
tags: halimqarroum/docker-android:test
|
||||
build-args: |
|
||||
API_LEVEL=33
|
||||
IMG_TYPE=google_apis
|
||||
Reference in New Issue
Block a user