ci: test image

This commit is contained in:
Dmitry Belyaev 2021-10-11 00:53:09 +03:00
parent 6a924f0a8a
commit 43e702864a
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 7 additions and 3 deletions

View File

@ -14,9 +14,13 @@ jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag b4tman/armhf-alpine-qemu:$(date +%s)
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