Update ci.yml
This commit is contained in:
parent
bdfb0a4127
commit
ae3507b811
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -66,9 +66,9 @@ jobs:
|
||||
|
||||
# We test all the images on amd64 host here. This uses QEMU to emulate
|
||||
# the other platforms.
|
||||
- run: docker run --rm ${{ TEST_TAG }}-linux-amd64 --version
|
||||
- run: docker run --rm ${{ TEST_TAG }}-linux-arm-v7 --version
|
||||
- run: docker run --rm ${{ TEST_TAG }}-linux-arm64-v8 --version
|
||||
- run: docker run --rm ${TEST_TAG}-linux-amd64 --version
|
||||
- run: docker run --rm ${TEST_TAG}-linux-arm-v7 --version
|
||||
- run: docker run --rm ${TEST_TAG}-linux-arm64-v8 --version
|
||||
|
||||
# This will only push the previously built images.
|
||||
- name: Publish to Docker Hub
|
||||
|
Loading…
Reference in New Issue
Block a user