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

32 lines
595 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-11 07:10:52 +00:00
- uses: actions/checkout@v2
- name: Build image
uses: docker/build-push-action@v2
with:
context: .
push: false
tags: b4tman/armhf-alpine-qemu:test
outputs: type=image,name=b4tman/armhf-alpine-qemu:test,push=false
2021-10-10 21:53:09 +00:00
- name: Test image
env:
DOCKER_BUILDKIT: 0
2021-10-11 07:10:52 +00:00
run: docker build --force-rm -t tmp/test1 -f test/Dockerfile test