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

27 lines
459 B
YAML
Raw Normal View History

2019-09-04 07:45:29 +00:00
name: Docker Image CI
on:
push:
branches:
- master
- edge
pull_request:
branches:
- master
- edge
jobs:
build:
2021-10-10 21:53:09 +00:00
runs-on: ubuntu-latest
2019-09-04 07:45:29 +00:00
steps:
2021-10-10 21:53:09 +00:00
- uses: actions/checkout@v2
2019-09-04 07:45:29 +00:00
- name: Build the Docker image
2021-10-10 21:53:09 +00:00
run: docker build . --file Dockerfile --tag b4tman/armhf-alpine-qemu:test
- name: Test image
env:
DOCKER_BUILDKIT: 0
run: docker build -t tmp/test1 -f test/Dockerfile test