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
2021-10-11 00:54:43 +03:00

27 lines
459 B
YAML

name: Docker Image CI
on:
push:
branches:
- master
- edge
pull_request:
branches:
- master
- edge
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
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