mirror of
https://github.com/b4tman/armhf-alpine-qemu.git
synced 2025-09-01 23:17:33 +00:00
add GitHub Actions CI
This commit is contained in:
22
.github/workflows/dockerimage.yml
vendored
Normal file
22
.github/workflows/dockerimage.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
name: Docker Image CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- edge
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- edge
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Build the Docker image
|
||||||
|
run: docker build . --file Dockerfile --tag b4tman/armhf-alpine-qemu:$(date +%s)
|
Reference in New Issue
Block a user