mirror of
https://github.com/b4tman/armhf-alpine-qemu.git
synced 2024-12-04 17:16:53 +00:00
ci: test image
This commit is contained in:
parent
6a924f0a8a
commit
43e702864a
10
.github/workflows/dockerimage.yml
vendored
10
.github/workflows/dockerimage.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user