1
0
mirror of https://github.com/b4tman/armhf-alpine-qemu.git synced 2024-09-28 03:58:01 +00:00
armhf-alpine-qemu/.github/workflows/dockerimage.yml

23 lines
339 B
YAML

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)