Skip to content

Update Dockerfile

Update Dockerfile #60

name: Test_CI_Branch
on:
push:
branches: Divya-test
schedule: ## Schedule the job to run daily.
- cron: "0 13 * 10 0-6"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run:
git config --global user.email "divdus@gmail.com" && git config --global user.name "Divya-563"
- name: Configure
run: make raspberrypi3_wpe_ml_defconfig
- name: Compile
run: make
- name: Get Time
id: time
uses: nanzm/get-time-action@v1.1
with:
format: 'YYYY-MM-DD-HH-mm-ss'
- name: Upload
uses: actions/upload-artifact@v3
with:
name: images_${{ steps.time.outputs.time }}
path: output/images/