mirror of
https://github.com/b4tman/armhf-alpine-qemu.git
synced 2024-12-05 01:26:54 +00:00
add GitHub Actions CI
This commit is contained in:
parent
ccf4b1a095
commit
91578a9f77
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)
|
Loading…
Reference in New Issue
Block a user